ver 0.262 - pages module refactor and admin UX fixes
This commit is contained in:
@@ -309,7 +309,7 @@ class SettingsController
|
||||
];
|
||||
|
||||
$actions = [
|
||||
FormAction::save('/admin/settings/settings_save/', ''),
|
||||
FormAction::save('/admin/settings/save/', ''),
|
||||
];
|
||||
|
||||
return new FormEditViewModel(
|
||||
@@ -320,7 +320,7 @@ class SettingsController
|
||||
$tabs,
|
||||
$actions,
|
||||
'POST',
|
||||
'/admin/settings/settings_save/',
|
||||
'/admin/settings/save/',
|
||||
null,
|
||||
false,
|
||||
[],
|
||||
|
||||
Reference in New Issue
Block a user