Merge pull request #6611 from iMattPro/ticket/17313

[ticket/17313] Add Push Module to Correct Parent
This commit is contained in:
Marc Alexander 2024-05-15 21:51:54 +02:00 committed by GitHub
commit b8e66f43dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -77,7 +77,7 @@ class add_webpush extends migration
['config.add', ['webpush_vapid_private', '']], ['config.add', ['webpush_vapid_private', '']],
['module.add', [ ['module.add', [
'acp', 'acp',
'ACP_BOARD_CONFIGURATION', 'ACP_CLIENT_COMMUNICATION',
[ [
'module_basename' => 'acp_board', 'module_basename' => 'acp_board',
'module_langname' => 'ACP_WEBPUSH_SETTINGS', 'module_langname' => 'ACP_WEBPUSH_SETTINGS',
@ -95,7 +95,7 @@ class add_webpush extends migration
['config.remove', ['webpush_enable']], ['config.remove', ['webpush_enable']],
['config.remove', ['webpush_vapid_public']], ['config.remove', ['webpush_vapid_public']],
['config.remove', ['webpush_vapid_private']], ['config.remove', ['webpush_vapid_private']],
['module.remove', ['acp', 'ACP_BOARD_CONFIGURATION', 'ACP_WEBPUSH_SETTINGS']] ['module.remove', ['acp', 'ACP_CLIENT_COMMUNICATION', 'ACP_WEBPUSH_SETTINGS']]
]; ];
} }
} }