ver 0.262 - pages module refactor and admin UX fixes
This commit is contained in:
@@ -150,8 +150,8 @@ $grid -> fields = [
|
||||
];
|
||||
$grid -> external_code = $out;
|
||||
$grid -> actions = [
|
||||
'save' => [ 'url' => '/admin/banners/banner_save/', 'back_url' => '/admin/banners/view_list/' ],
|
||||
'cancel' => [ 'url' => '/admin/banners/view_list/' ]
|
||||
'save' => [ 'url' => '/admin/banners/save/', 'back_url' => '/admin/banners/list/' ],
|
||||
'cancel' => [ 'url' => '/admin/banners/list/' ]
|
||||
];
|
||||
$grid -> persist_edit = true;
|
||||
$grid -> id_param = 'id';
|
||||
|
||||
Reference in New Issue
Block a user