mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
Merge branch 'ent-12213-cambiar-update-manager-por-warp-update' into 'develop'
Ent 12213 cambiar update manager por warp update See merge request artica/pandorafms!6546
This commit is contained in:
commit
aa9aa40ebd
@ -2383,7 +2383,7 @@ class ConsoleSupervisor
|
|||||||
$this->notify(
|
$this->notify(
|
||||||
[
|
[
|
||||||
'type' => 'NOTIF.UPDATEMANAGER.REGISTRATION',
|
'type' => 'NOTIF.UPDATEMANAGER.REGISTRATION',
|
||||||
'title' => __('This instance is not registered in the Update manager section'),
|
'title' => __('This instance is not registered in the Warp Update section'),
|
||||||
'message' => __('Click here to start the registration process'),
|
'message' => __('Click here to start the registration process'),
|
||||||
'url' => '__url__/index.php?sec=messages&sec2=godmode/update_manager/update_manager&tab=online',
|
'url' => '__url__/index.php?sec=messages&sec2=godmode/update_manager/update_manager&tab=online',
|
||||||
]
|
]
|
||||||
|
@ -1003,7 +1003,7 @@ if (is_ajax()) {
|
|||||||
$dialogButtons = [];
|
$dialogButtons = [];
|
||||||
|
|
||||||
$dialogButtons[] = html_print_button(
|
$dialogButtons[] = html_print_button(
|
||||||
__('Update manager'),
|
__('Warp update'),
|
||||||
'update_manager',
|
'update_manager',
|
||||||
false,
|
false,
|
||||||
'location.href="'.ui_get_full_url('/index.php?sec=gsetup&sec2=godmode/update_manager/update_manager&tab=history', false, false, false).'"',
|
'location.href="'.ui_get_full_url('/index.php?sec=gsetup&sec2=godmode/update_manager/update_manager&tab=history', false, false, false).'"',
|
||||||
|
@ -1066,7 +1066,7 @@ function notification_filter()
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case 'UPDATEMANAGER':
|
case 'UPDATEMANAGER':
|
||||||
$type_name = 'UPDATE MANAGER';
|
$type_name = 'WARP UPDATE';
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'ALLOWOVERRIDE':
|
case 'ALLOWOVERRIDE':
|
||||||
|
@ -774,7 +774,7 @@ if ($access_console_node === true) {
|
|||||||
|
|
||||||
// Check if was displayed inside other menu.
|
// Check if was displayed inside other menu.
|
||||||
if ($extension['operation_menu']['fatherId'] == '') {
|
if ($extension['operation_menu']['fatherId'] == '') {
|
||||||
if ($extension_menu['name'] == 'Update manager') {
|
if ($extension_menu['name'] == 'Warp update') {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user