diff --git a/administrator/components/com_cpanel/src/View/Cpanel/HtmlView.php b/administrator/components/com_cpanel/src/View/Cpanel/HtmlView.php index 397fd43c0a2..bc861c51637 100644 --- a/administrator/components/com_cpanel/src/View/Cpanel/HtmlView.php +++ b/administrator/components/com_cpanel/src/View/Cpanel/HtmlView.php @@ -126,8 +126,6 @@ public function display($tpl = null) $icon = 'icon-puzzle-piece'; } elseif ($parts[0] === 'system') { $icon = 'icon-wrench'; - } elseif ($parts[0] === 'healthcheck') { - $icon = 'icon-health'; } elseif ($parts[0] === 'help') { $icon = 'icon-info-circle'; } elseif ($lang->hasKey($keyIcon)) { diff --git a/administrator/components/com_menus/presets/default.xml b/administrator/components/com_menus/presets/default.xml index 568c8c4930f..3d66ba67315 100644 --- a/administrator/components/com_menus/presets/default.xml +++ b/administrator/components/com_menus/presets/default.xml @@ -320,14 +320,6 @@ - - - - - - - diff --git a/administrator/language/en-GB/com_cpanel.ini b/administrator/language/en-GB/com_cpanel.ini index 73b60f83dcf..7d591c800bd 100644 --- a/administrator/language/en-GB/com_cpanel.ini +++ b/administrator/language/en-GB/com_cpanel.ini @@ -8,7 +8,6 @@ COM_CPANEL_ADD_DASHBOARD_MODULE="Add module to the dashboard" COM_CPANEL_ADD_MODULE_MODAL_TITLE="Add Module" COM_CPANEL_DASHBOARD_BASE_TITLE="Home Dashboard" COM_CPANEL_DASHBOARD_COMPONENTS_TITLE="Components Dashboard" -COM_CPANEL_DASHBOARD_HEALTHCHECK_TITLE="Healthcheck" COM_CPANEL_DASHBOARD_HELP_TITLE="Help" COM_CPANEL_DASHBOARD_SYSTEM_TITLE="System Dashboard" COM_CPANEL_ERROR_DASHBOARD_TYPE_NOT_SUPPORTED="This dashboard type is not supported." diff --git a/administrator/language/en-GB/com_menus.sys.ini b/administrator/language/en-GB/com_menus.sys.ini index 4fced8b6eeb..fc9fb132606 100644 --- a/administrator/language/en-GB/com_menus.sys.ini +++ b/administrator/language/en-GB/com_menus.sys.ini @@ -15,7 +15,6 @@ COM_MENUS_MENU_VIEW_EDIT_TITLE="New Menu" COM_MENUS_MENUS_PRESET_ALTERNATE="Preset - Alternative Main Menu" COM_MENUS_MENUS_PRESET_COMPONENTS="Preset - Components Dashboard" COM_MENUS_MENUS_PRESET_DEFAULT="Preset - Joomla Main Menu" -COM_MENUS_MENUS_PRESET_HEALTHCHECK="Preset - Healthcheck Dashboard" COM_MENUS_MENUS_PRESET_HELP="Preset - Help Dashboard" COM_MENUS_MENUS_PRESET_MENUS="Preset - Menus Dashboard" COM_MENUS_MENUS_PRESET_SYSTEM="Preset - System Dashboard" diff --git a/administrator/language/en-GB/mod_menu.ini b/administrator/language/en-GB/mod_menu.ini index 33109a2e90a..9beaa0eea7a 100644 --- a/administrator/language/en-GB/mod_menu.ini +++ b/administrator/language/en-GB/mod_menu.ini @@ -52,9 +52,6 @@ MOD_MENU_FIELD_SHOWNEW="Add New Shortcuts" MOD_MENU_FIELDS="Fields" MOD_MENU_FIELDS_GROUP="Field Groups" MOD_MENU_GLOBAL_CHECKIN="Global Check-in" -MOD_MENU_HEALTHCHECK="Healthcheck" -MOD_MENU_HEALTHCHECK_DASHBOARD="Healthcheck Dashboard" -MOD_MENU_HEALTHCHECK_PARENT_OVERVIEW="Overview" MOD_MENU_HELP="Help" MOD_MENU_HELP_COMMUNITY="Community Portal" MOD_MENU_HELP_COMMUNITY_NEWS="Community News" diff --git a/installation/sql/mysql/base.sql b/installation/sql/mysql/base.sql index 4f1274d835c..42263cfb1ae 100644 --- a/installation/sql/mysql/base.sql +++ b/installation/sql/mysql/base.sql @@ -25,7 +25,7 @@ CREATE TABLE IF NOT EXISTS `#__assets` ( -- INSERT INTO `#__assets` (`id`, `parent_id`, `lft`, `rgt`, `level`, `name`, `title`, `rules`) VALUES -(1, 0, 0, 185, 0, 'root.1', 'Root Asset', '{"core.login.site":{"6":1,"2":1},"core.login.admin":{"6":1},"core.login.api":{"8":1},"core.login.offline":{"6":1},"core.admin":{"8":1},"core.manage":{"7":1},"core.create":{"6":1,"3":1},"core.delete":{"6":1},"core.edit":{"6":1,"4":1},"core.edit.state":{"6":1,"5":1},"core.edit.own":{"6":1,"3":1}}'), +(1, 0, 0, 183, 0, 'root.1', 'Root Asset', '{"core.login.site":{"6":1,"2":1},"core.login.admin":{"6":1},"core.login.api":{"8":1},"core.login.offline":{"6":1},"core.admin":{"8":1},"core.manage":{"7":1},"core.create":{"6":1,"3":1},"core.delete":{"6":1},"core.edit":{"6":1,"4":1},"core.edit.state":{"6":1,"5":1},"core.edit.own":{"6":1,"3":1}}'), (2, 1, 1, 2, 1, 'com_admin', 'com_admin', '{}'), (3, 1, 3, 6, 1, 'com_banners', 'com_banners', '{"core.admin":{"7":1},"core.manage":{"6":1}}'), (4, 1, 7, 8, 1, 'com_cache', 'com_cache', '{"core.admin":{"7":1},"core.manage":{"7":1}}'), @@ -42,24 +42,24 @@ INSERT INTO `#__assets` (`id`, `parent_id`, `lft`, `rgt`, `level`, `name`, `titl (15, 1, 51, 52, 1, 'com_media', 'com_media', '{"core.admin":{"7":1},"core.manage":{"6":1},"core.create":{"3":1},"core.delete":{"5":1}}'), (16, 1, 53, 56, 1, 'com_menus', 'com_menus', '{"core.admin":{"7":1}}'), (17, 1, 57, 58, 1, 'com_messages', 'com_messages', '{"core.admin":{"7":1},"core.manage":{"7":1}}'), -(18, 1, 59, 134, 1, 'com_modules', 'com_modules', '{"core.admin":{"7":1}}'), -(19, 1, 135, 138, 1, 'com_newsfeeds', 'com_newsfeeds', '{"core.admin":{"7":1},"core.manage":{"6":1}}'), -(20, 1, 139, 140, 1, 'com_plugins', 'com_plugins', '{"core.admin":{"7":1}}'), -(21, 1, 141, 142, 1, 'com_redirect', 'com_redirect', '{"core.admin":{"7":1}}'), -(23, 1, 143, 144, 1, 'com_templates', 'com_templates', '{"core.admin":{"7":1}}'), -(24, 1, 149, 152, 1, 'com_users', 'com_users', '{"core.admin":{"7":1}}'), -(26, 1, 153, 154, 1, 'com_wrapper', 'com_wrapper', '{}'), +(18, 1, 59, 132, 1, 'com_modules', 'com_modules', '{"core.admin":{"7":1}}'), +(19, 1, 133, 136, 1, 'com_newsfeeds', 'com_newsfeeds', '{"core.admin":{"7":1},"core.manage":{"6":1}}'), +(20, 1, 137, 138, 1, 'com_plugins', 'com_plugins', '{"core.admin":{"7":1}}'), +(21, 1, 139, 140, 1, 'com_redirect', 'com_redirect', '{"core.admin":{"7":1}}'), +(23, 1, 141, 142, 1, 'com_templates', 'com_templates', '{"core.admin":{"7":1}}'), +(24, 1, 147, 150, 1, 'com_users', 'com_users', '{"core.admin":{"7":1}}'), +(26, 1, 151, 152, 1, 'com_wrapper', 'com_wrapper', '{}'), (27, 8, 18, 19, 2, 'com_content.category.2', 'Uncategorised', '{}'), (28, 3, 4, 5, 2, 'com_banners.category.3', 'Uncategorised', '{}'), (29, 7, 14, 15, 2, 'com_contact.category.4', 'Uncategorised', '{}'), -(30, 19, 136, 137, 2, 'com_newsfeeds.category.5', 'Uncategorised', '{}'), -(32, 24, 150, 151, 2, 'com_users.category.7', 'Uncategorised', '{}'), -(33, 1, 155, 156, 1, 'com_finder', 'com_finder', '{"core.admin":{"7":1},"core.manage":{"6":1}}'), -(34, 1, 157, 158, 1, 'com_joomlaupdate', 'com_joomlaupdate', '{}'), -(35, 1, 159, 160, 1, 'com_tags', 'com_tags', '{}'), -(36, 1, 161, 162, 1, 'com_contenthistory', 'com_contenthistory', '{}'), -(37, 1, 163, 164, 1, 'com_ajax', 'com_ajax', '{}'), -(38, 1, 165, 166, 1, 'com_postinstall', 'com_postinstall', '{}'), +(30, 19, 134, 135, 2, 'com_newsfeeds.category.5', 'Uncategorised', '{}'), +(32, 24, 148, 149, 2, 'com_users.category.7', 'Uncategorised', '{}'), +(33, 1, 153, 154, 1, 'com_finder', 'com_finder', '{"core.admin":{"7":1},"core.manage":{"6":1}}'), +(34, 1, 155, 156, 1, 'com_joomlaupdate', 'com_joomlaupdate', '{}'), +(35, 1, 157, 158, 1, 'com_tags', 'com_tags', '{}'), +(36, 1, 159, 160, 1, 'com_contenthistory', 'com_contenthistory', '{}'), +(37, 1, 161, 162, 1, 'com_ajax', 'com_ajax', '{}'), +(38, 1, 163, 164, 1, 'com_postinstall', 'com_postinstall', '{}'), (39, 18, 60, 61, 2, 'com_modules.module.1', 'Main Menu', '{}'), (40, 18, 62, 63, 2, 'com_modules.module.2', 'Login', '{}'), (41, 18, 64, 65, 2, 'com_modules.module.3', 'Popular Articles', '{}'), @@ -84,8 +84,8 @@ INSERT INTO `#__assets` (`id`, `parent_id`, `lft`, `rgt`, `level`, `name`, `titl (62, 56, 31, 32, 3, 'com_content.transition.5', 'FEATURE', '{}'), (63, 56, 33, 34, 3, 'com_content.transition.6', 'UNFEATURE', '{}'), (64, 56, 35, 36, 3, 'com_content.transition.7', 'PUBLISH_AND_FEATURE', '{}'), -(65, 1, 145, 146, 1, 'com_privacy', 'com_privacy', '{}'), -(66, 1, 147, 148, 1, 'com_actionlogs', 'com_actionlogs', '{}'), +(65, 1, 143, 144, 1, 'com_privacy', 'com_privacy', '{}'), +(66, 1, 145, 146, 1, 'com_actionlogs', 'com_actionlogs', '{}'), (67, 18, 76, 77, 2, 'com_modules.module.88', 'Latest Actions', '{}'), (68, 18, 78, 79, 2, 'com_modules.module.89', 'Privacy Dashboard', '{}'), (70, 18, 88, 89, 2, 'com_modules.module.103', 'Site', '{}'), @@ -107,17 +107,16 @@ INSERT INTO `#__assets` (`id`, `parent_id`, `lft`, `rgt`, `level`, `name`, `titl (87, 18, 124, 125, 2, 'com_modules.module.97', 'Recently Added Articles', '{}'), (88, 18, 126, 127, 2, 'com_modules.module.98', 'Logged-in Users', '{}'), (89, 18, 128, 129, 2, 'com_modules.module.90', 'Login Support', '{}'), -(90, 1, 167, 174, 1, 'com_scheduler', 'com_scheduler', '{}'), -(91, 1, 175, 176, 1, 'com_associations', 'com_associations', '{}'), -(92, 1, 177, 178, 1, 'com_categories', 'com_categories', '{}'), -(93, 1, 179, 180, 1, 'com_fields', 'com_fields', '{}'), -(94, 1, 181, 182, 1, 'com_workflow', 'com_workflow', '{}'), -(95, 1, 183, 184, 1, 'com_guidedtours', 'com_guidedtours', '{}'), +(90, 1, 165, 172, 1, 'com_scheduler', 'com_scheduler', '{}'), +(91, 1, 173, 174, 1, 'com_associations', 'com_associations', '{}'), +(92, 1, 175, 176, 1, 'com_categories', 'com_categories', '{}'), +(93, 1, 177, 178, 1, 'com_fields', 'com_fields', '{}'), +(94, 1, 179, 180, 1, 'com_workflow', 'com_workflow', '{}'), +(95, 1, 181, 182, 1, 'com_guidedtours', 'com_guidedtours', '{}'), (96, 18, 130, 131, 2, 'com_modules.module.109', 'Guided Tours', '{}'), -(100, 18, 132, 133, 2, 'com_modules.module.110', 'Healthcheck Dashboard', '{}'), -(97, 90, 168, 169, 2, 'com_scheduler.task.1', 'Rotate Logs', '{}'), -(98, 90, 170, 171, 2, 'com_scheduler.task.2', 'Session GC', '{}'), -(99, 90, 172, 173, 2, 'com_scheduler.task.3', 'Update Notification', '{}'); +(97, 90, 166, 167, 2, 'com_scheduler.task.1', 'Rotate Logs', '{}'), +(98, 90, 168, 169, 2, 'com_scheduler.task.2', 'Session GC', '{}'), +(99, 90, 170, 171, 2, 'com_scheduler.task.3', 'Update Notification', '{}'); -- -------------------------------------------------------- @@ -658,8 +657,7 @@ INSERT INTO `#__modules` (`id`, `asset_id`, `title`, `note`, `content`, `orderin (106, 83, 'Help Dashboard', '', '', 1, 'cpanel-help', NULL, NULL, 1, 'mod_submenu', 1, 0, '{"menutype":"*","preset":"help","layout":"_:default","moduleclass_sfx":"","style":"System-none","module_tag":"div","bootstrap_size":"12","header_tag":"h2","header_class":""}', 1, '*'), (107, 84, 'Privacy Requests', '', '', 1, 'cpanel-privacy', NULL, NULL, 1, 'mod_privacy_dashboard', 1, 1, '{"layout":"_:default","moduleclass_sfx":"","cache":1,"cache_time":900,"cachemode":"static","style":"0","module_tag":"div","bootstrap_size":"12","header_tag":"h2","header_class":""}', 1, '*'), (108, 85, 'Privacy Status', '', '', 1, 'cpanel-privacy', NULL, NULL, 1, 'mod_privacy_status', 1, 1, '{"layout":"_:default","moduleclass_sfx":"","cache":1,"cache_time":900,"cachemode":"static","style":"0","module_tag":"div","bootstrap_size":"12","header_tag":"h2","header_class":""}', 1, '*'), -(109, 96, 'Guided Tours', '', '', 1, 'status', NULL, NULL, 1, 'mod_guidedtours', 1, 1, '', 1, '*'), -(110, 100, 'Healthcheck Dashboard', '', '', 1, 'cpanel-healthcheck', NULL, NULL, 1, 'mod_submenu', 1, 0, '{"menutype":"*","preset":"healthcheck","layout":"_:default","moduleclass_sfx":"","module_tag":"div","bootstrap_size":"12","header_tag":"h2","header_class":"","style":"System-none"}', 1, '*'); +(109, 96, 'Guided Tours', '', '', 1, 'status', NULL, NULL, 1, 'mod_guidedtours', 1, 1, '', 1, '*'); -- -------------------------------------------------------- @@ -716,8 +714,7 @@ INSERT INTO `#__modules_menu` (`moduleid`, `menuid`) VALUES (106, 0), (107, 0), (108, 0), -(109, 0), -(110, 0); +(109, 0); -- -------------------------------------------------------- diff --git a/installation/sql/postgresql/base.sql b/installation/sql/postgresql/base.sql index 7cd377594be..4a894064b24 100644 --- a/installation/sql/postgresql/base.sql +++ b/installation/sql/postgresql/base.sql @@ -31,7 +31,7 @@ COMMENT ON COLUMN "#__assets"."rules" IS 'JSON encoded access control.'; -- INSERT INTO "#__assets" ("id", "parent_id", "lft", "rgt", "level", "name", "title", "rules") VALUES -(1, 0, 0, 185, 0, 'root.1', 'Root Asset', '{"core.login.site":{"6":1,"2":1},"core.login.admin":{"6":1},"core.login.api":{"8":1},"core.login.offline":{"6":1},"core.admin":{"8":1},"core.manage":{"7":1},"core.create":{"6":1,"3":1},"core.delete":{"6":1},"core.edit":{"6":1,"4":1},"core.edit.state":{"6":1,"5":1},"core.edit.own":{"6":1,"3":1}}'), +(1, 0, 0, 183, 0, 'root.1', 'Root Asset', '{"core.login.site":{"6":1,"2":1},"core.login.admin":{"6":1},"core.login.api":{"8":1},"core.login.offline":{"6":1},"core.admin":{"8":1},"core.manage":{"7":1},"core.create":{"6":1,"3":1},"core.delete":{"6":1},"core.edit":{"6":1,"4":1},"core.edit.state":{"6":1,"5":1},"core.edit.own":{"6":1,"3":1}}'), (2, 1, 1, 2, 1, 'com_admin', 'com_admin', '{}'), (3, 1, 3, 6, 1, 'com_banners', 'com_banners', '{"core.admin":{"7":1},"core.manage":{"6":1}}'), (4, 1, 7, 8, 1, 'com_cache', 'com_cache', '{"core.admin":{"7":1},"core.manage":{"7":1}}'), @@ -48,24 +48,24 @@ INSERT INTO "#__assets" ("id", "parent_id", "lft", "rgt", "level", "name", "titl (15, 1, 51, 52, 1, 'com_media', 'com_media', '{"core.admin":{"7":1},"core.manage":{"6":1},"core.create":{"3":1},"core.delete":{"5":1}}'), (16, 1, 53, 56, 1, 'com_menus', 'com_menus', '{"core.admin":{"7":1}}'), (17, 1, 57, 58, 1, 'com_messages', 'com_messages', '{"core.admin":{"7":1},"core.manage":{"7":1}}'), -(18, 1, 59, 134, 1, 'com_modules', 'com_modules', '{"core.admin":{"7":1}}'), -(19, 1, 135, 138, 1, 'com_newsfeeds', 'com_newsfeeds', '{"core.admin":{"7":1},"core.manage":{"6":1}}'), -(20, 1, 139, 140, 1, 'com_plugins', 'com_plugins', '{"core.admin":{"7":1}}'), -(21, 1, 141, 142, 1, 'com_redirect', 'com_redirect', '{"core.admin":{"7":1}}'), -(23, 1, 143, 144, 1, 'com_templates', 'com_templates', '{"core.admin":{"7":1}}'), -(24, 1, 149, 152, 1, 'com_users', 'com_users', '{"core.admin":{"7":1}}'), -(26, 1, 153, 154, 1, 'com_wrapper', 'com_wrapper', '{}'), +(18, 1, 59, 132, 1, 'com_modules', 'com_modules', '{"core.admin":{"7":1}}'), +(19, 1, 133, 136, 1, 'com_newsfeeds', 'com_newsfeeds', '{"core.admin":{"7":1},"core.manage":{"6":1}}'), +(20, 1, 137, 138, 1, 'com_plugins', 'com_plugins', '{"core.admin":{"7":1}}'), +(21, 1, 139, 140, 1, 'com_redirect', 'com_redirect', '{"core.admin":{"7":1}}'), +(23, 1, 141, 142, 1, 'com_templates', 'com_templates', '{"core.admin":{"7":1}}'), +(24, 1, 147, 150, 1, 'com_users', 'com_users', '{"core.admin":{"7":1}}'), +(26, 1, 151, 152, 1, 'com_wrapper', 'com_wrapper', '{}'), (27, 8, 18, 19, 2, 'com_content.category.2', 'Uncategorised', '{}'), (28, 3, 4, 5, 2, 'com_banners.category.3', 'Uncategorised', '{}'), (29, 7, 14, 15, 2, 'com_contact.category.4', 'Uncategorised', '{}'), -(30, 19, 136, 137, 2, 'com_newsfeeds.category.5', 'Uncategorised', '{}'), -(32, 24, 150, 151, 2, 'com_users.category.7', 'Uncategorised', '{}'), -(33, 1, 155, 156, 1, 'com_finder', 'com_finder', '{"core.admin":{"7":1},"core.manage":{"6":1}}'), -(34, 1, 157, 158, 1, 'com_joomlaupdate', 'com_joomlaupdate', '{}'), -(35, 1, 159, 160, 1, 'com_tags', 'com_tags', '{}'), -(36, 1, 161, 162, 1, 'com_contenthistory', 'com_contenthistory', '{}'), -(37, 1, 163, 164, 1, 'com_ajax', 'com_ajax', '{}'), -(38, 1, 165, 166, 1, 'com_postinstall', 'com_postinstall', '{}'), +(30, 19, 134, 135, 2, 'com_newsfeeds.category.5', 'Uncategorised', '{}'), +(32, 24, 148, 149, 2, 'com_users.category.7', 'Uncategorised', '{}'), +(33, 1, 153, 154, 1, 'com_finder', 'com_finder', '{"core.admin":{"7":1},"core.manage":{"6":1}}'), +(34, 1, 155, 156, 1, 'com_joomlaupdate', 'com_joomlaupdate', '{}'), +(35, 1, 157, 158, 1, 'com_tags', 'com_tags', '{}'), +(36, 1, 159, 160, 1, 'com_contenthistory', 'com_contenthistory', '{}'), +(37, 1, 161, 162, 1, 'com_ajax', 'com_ajax', '{}'), +(38, 1, 163, 164, 1, 'com_postinstall', 'com_postinstall', '{}'), (39, 18, 60, 61, 2, 'com_modules.module.1', 'Main Menu', '{}'), (40, 18, 62, 63, 2, 'com_modules.module.2', 'Login', '{}'), (41, 18, 64, 65, 2, 'com_modules.module.3', 'Popular Articles', '{}'), @@ -90,8 +90,8 @@ INSERT INTO "#__assets" ("id", "parent_id", "lft", "rgt", "level", "name", "titl (62, 56, 31, 32, 3, 'com_content.transition.5', 'FEATURE', '{}'), (63, 56, 33, 34, 3, 'com_content.transition.6', 'UNFEATURE', '{}'), (64, 56, 35, 36, 3, 'com_content.transition.7', 'PUBLISH_AND_FEATURE', '{}'), -(65, 1, 145, 146, 1, 'com_privacy', 'com_privacy', '{}'), -(66, 1, 147, 148, 1, 'com_actionlogs', 'com_actionlogs', '{}'), +(65, 1, 143, 144, 1, 'com_privacy', 'com_privacy', '{}'), +(66, 1, 145, 146, 1, 'com_actionlogs', 'com_actionlogs', '{}'), (67, 18, 76, 77, 2, 'com_modules.module.88', 'Latest Actions', '{}'), (68, 18, 78, 79, 2, 'com_modules.module.89', 'Privacy Dashboard', '{}'), (70, 18, 88, 89, 2, 'com_modules.module.103', 'Site', '{}'), @@ -113,19 +113,18 @@ INSERT INTO "#__assets" ("id", "parent_id", "lft", "rgt", "level", "name", "titl (87, 18, 124, 125, 2, 'com_modules.module.97', 'Recently Added Articles', '{}'), (88, 18, 126, 127, 2, 'com_modules.module.98', 'Logged-in Users', '{}'), (89, 18, 128, 129, 2, 'com_modules.module.90', 'Login Support', '{}'), -(90, 1, 167, 174, 1, 'com_scheduler', 'com_scheduler', '{}'), -(91, 1, 175, 176, 1, 'com_associations', 'com_associations', '{}'), -(92, 1, 177, 178, 1, 'com_categories', 'com_categories', '{}'), -(93, 1, 179, 180, 1, 'com_fields', 'com_fields', '{}'), -(94, 1, 181, 182, 1, 'com_workflow', 'com_workflow', '{}'), -(95, 1, 183, 184, 1, 'com_guidedtours', 'com_guidedtours', '{}'), +(90, 1, 165, 172, 1, 'com_scheduler', 'com_scheduler', '{}'), +(91, 1, 173, 174, 1, 'com_associations', 'com_associations', '{}'), +(92, 1, 175, 176, 1, 'com_categories', 'com_categories', '{}'), +(93, 1, 177, 178, 1, 'com_fields', 'com_fields', '{}'), +(94, 1, 179, 180, 1, 'com_workflow', 'com_workflow', '{}'), +(95, 1, 181, 182, 1, 'com_guidedtours', 'com_guidedtours', '{}'), (96, 18, 130, 131, 2, 'com_modules.module.109', 'Guided Tours', '{}'), -(100, 18, 132, 133, 2, 'com_modules.module.110', 'Healthcheck Dashboard', '{}'), -(97, 90, 168, 169, 2, 'com_scheduler.task.1', 'Rotate Logs', '{}'), -(98, 90, 170, 171, 2, 'com_scheduler.task.2', 'Session GC', '{}'), -(99, 90, 172, 173, 2, 'com_scheduler.task.3', 'Update Notification', '{}'); +(97, 90, 166, 167, 2, 'com_scheduler.task.1', 'Rotate Logs', '{}'), +(98, 90, 168, 169, 2, 'com_scheduler.task.2', 'Session GC', '{}'), +(99, 90, 170, 171, 2, 'com_scheduler.task.3', 'Update Notification', '{}'); -SELECT setval('#__assets_id_seq', 101, false); +SELECT setval('#__assets_id_seq', 100, false); -- -- Table structure for table `#__extensions` @@ -682,10 +681,9 @@ INSERT INTO "#__modules" ("id", "asset_id", "title", "note", "content", "orderin (106, 83, 'Help Dashboard', '', '', 1, 'cpanel-help', NULL, NULL, 1, 'mod_submenu', 1, 0, '{"menutype":"*","preset":"help","layout":"_:default","moduleclass_sfx":"","style":"System-none","module_tag":"div","bootstrap_size":"12","header_tag":"h2","header_class":""}', 1, '*'), (107, 84, 'Privacy Requests', '', '', 1, 'cpanel-privacy', NULL, NULL, 1, 'mod_privacy_dashboard', 1, 1, '{"layout":"_:default","moduleclass_sfx":"","cache":1,"cache_time":900,"cachemode":"static","style":"0","module_tag":"div","bootstrap_size":"12","header_tag":"h2","header_class":""}', 1, '*'), (108, 85, 'Privacy Status', '', '', 1, 'cpanel-privacy', NULL, NULL, 1, 'mod_privacy_status', 1, 1, '{"layout":"_:default","moduleclass_sfx":"","cache":1,"cache_time":900,"cachemode":"static","style":"0","module_tag":"div","bootstrap_size":"12","header_tag":"h2","header_class":""}', 1, '*'), -(109, 96, 'Guided Tours', '', '', 1, 'status', NULL, NULL, 1, 'mod_guidedtours', 1, 1, '', 1, '*'), -(110, 100, 'Healthcheck Dashboard', '', '', 1, 'cpanel-healthcheck', NULL, NULL, 1, 'mod_submenu', 1, 0, '{"menutype":"*","preset":"healthcheck","layout":"_:default","moduleclass_sfx":"","module_tag":"div","bootstrap_size":"12","header_tag":"h2","header_class":"","style":"System-none"}', 1, '*'); +(109, 96, 'Guided Tours', '', '', 1, 'status', NULL, NULL, 1, 'mod_guidedtours', 1, 1, '', 1, '*'); -SELECT setval('#__modules_id_seq', 111, false); +SELECT setval('#__modules_id_seq', 110, false); -- -- Table structure for table `#__modules_menu` @@ -740,8 +738,7 @@ INSERT INTO "#__modules_menu" ("moduleid", "menuid") VALUES (106, 0), (107, 0), (108, 0), -(109, 0), -(110, 0); +(109, 0); -- -- Table structure for table `#__schemas`