Skip to content

Commit 1f52730

Browse files
committed
bugfix
1 parent b2ab6fe commit 1f52730

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

publiccms-parent/publiccms-core/src/main/resources/initialization/sql/V4.0.202406-V4.0.202506.sql

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,4 +340,6 @@ INSERT INTO `sys_module_lang` VALUES ('place_import', 'ja', '導入');
340340
INSERT INTO `sys_module_lang` VALUES ('place_import', 'zh', '导入');
341341
-- 2025-06-25 --
342342
DELETE FROM sys_module_lang WHERE module_id in ('myself_content_view','myself_process_view');
343-
UPDATE sys_module SET menu = 0 WHERE id = 'content_check';
343+
UPDATE sys_module SET menu = 0 WHERE id = 'content_check';
344+
--2025-12-05 --
345+
UPDATE sys_module SET has_child = 1 WHERE id = 'myself_profile';

publiccms-parent/publiccms-core/src/main/resources/initialization/sql/init.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@ INSERT INTO `sys_module` VALUES ('myself_device', 'myself/userDeviceList', 'sysA
973973
INSERT INTO `sys_module` VALUES ('myself_log_login', 'myself/logLogin', NULL, 'icon-signin', 'myself', 1, 0, 4);
974974
INSERT INTO `sys_module` VALUES ('myself_log_operate', 'myself/logOperate', NULL, 'icon-list-alt', 'myself', 1, 0, 3);
975975
INSERT INTO `sys_module` VALUES ('myself_password', 'myself/password', 'changePassword', NULL, 'myself_profile', 1, 0, 0);
976-
INSERT INTO `sys_module` VALUES ('myself_profile', 'myself/profile', 'sysUser/update,myself/otpsettings,otpSetting/bind,otpSetting/unbind,webauthn/attestation/options,webauthn/attestation/result,webauthn/getCredentials,webauthn/deleteCredential', 'icon-user', 'myself', 1, 0, 0);
976+
INSERT INTO `sys_module` VALUES ('myself_profile', 'myself/profile', 'sysUser/update,myself/otpsettings,otpSetting/bind,otpSetting/unbind,webauthn/attestation/options,webauthn/attestation/result,webauthn/getCredentials,webauthn/deleteCredential', 'icon-user', 'myself', 1, 1, 0);
977977
INSERT INTO `sys_module` VALUES ('myself_token', 'myself/userTokenList', 'sysUserToken/delete', 'icon-unlock-alt', 'myself', 1, 0, 5);
978978
INSERT INTO `sys_module` VALUES ('operation', NULL, NULL, 'bi bi-binoculars-fill', NULL, 1, 1, 7);
979979
INSERT INTO `sys_module` VALUES ('order_confirm', 'tradeOrder/confirmParameters', 'tradeOrder/confirm', NULL, 'order_list', 0, 0, 0);

0 commit comments

Comments
 (0)