mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +02:00
#12213 Fix warp update notification
This commit is contained in:
parent
8c45c9a234
commit
f058ec5df8
@ -2391,7 +2391,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',
|
||||||
]
|
]
|
||||||
|
@ -770,7 +770,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