докинул конфиг

This commit is contained in:
Arsen Mirzaev Tatyano-Muradovich 2022-03-01 11:53:33 +10:00
parent 2f4f38b2aa
commit 856d4f1995

View File

@ -105,7 +105,7 @@ $config = [
'profile/geolocation/<action:(init|write)>' => 'profile/geolocation-<action>', 'profile/geolocation/<action:(init|write)>' => 'profile/geolocation-<action>',
'profile/panel/<panel:(suppliers)>/<block:(requests)>/<action:(search)>' => 'profile/panel-<panel>-<block>-<action>', 'profile/panel/<panel:(suppliers)>/<block:(requests)>/<action:(search)>' => 'profile/panel-<panel>-<block>-<action>',
'profile/imports/<action:(delete)>' => 'profile/imports-<action>', 'profile/imports/<action:(delete)>' => 'profile/imports-<action>',
'profile/warehouses/<action:(write|delete|rename)>' => 'profile/warehouses-<action>', 'profile/warehouses/<action:(write|delete|rename|close|open)>' => 'profile/warehouses-<action>',
'orders' => 'order/index', 'orders' => 'order/index',
'orders/<filter:[^/]+>' => 'order/index', 'orders/<filter:[^/]+>' => 'order/index',
'orders/<catn:[^/]+>/<action:(accept)>' => 'order/<action>', 'orders/<catn:[^/]+>/<action:(accept)>' => 'order/<action>',