-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sync the files in Kernel/Config/Files/User when S3 syncing is active #1776
Comments
…S/otobo into issue-#1776-user_settings_again
before trying to load the user file from the file system
when saving an S3 object to file
Applied a couple of fixes, regarding:
Tests look better now, |
Unittest look better now. Let's do a manual sanity check. Using the SysConfig setting
|
Looks like allowing user modification of sysconfig settings is not really working. For a started, the Subaction UserModified seems to be not implemented in Kernel/Modules/AdminSystemConfiguration.pm . |
Syncing User files seems to work. Support in the WebApp is questionable, see #1788. Closing this issue. |
The code for removing no longer needed User config files looks broken too. The subdirectory 'User/' must be included when checking in S3.
|
There is still another set of config cache files in Kernel/Config/Files/User. Presumably these files have to be treated like the ZZZ*.pm files. See the implementation in Kernel/System/SysConfig/Base/UserSetting.pm .
The text was updated successfully, but these errors were encountered: