докинул конфиг
This commit is contained in:
parent
2f4f38b2aa
commit
856d4f1995
|
@ -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>',
|
||||||
|
|
Reference in New Issue