-
Notifications
You must be signed in to change notification settings - Fork 75
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
Bug In SysConfig - Keys with ### do not work in the frontend (used in DynamicFieldScreens) #991
Comments
Actually there are changes made - the keys are set to broken values. You can reset the setting to fix it, and you could put in every field by hand and it would work, but that is nonsense of course. I'll look where it comes from. Edit: Slight correction - it wouldn't work. A part of the string is duplicated during pressing OK, basically... |
The error is produced in the js-part, Core.SysConfig.js line 429 (in Core.SysConfig.Update()): |
Can it be assumed that the wanted FullName does not contain more than two occurrences of ###, like in
This would find the second occurrence of ###. |
Another suggestion I thought of: Replace
with
However, I currently do not fully understand the purpose of removing the key from the full name (which at the start includes the key, at least in the examples I tested), just to add it again. Edit: This is about the following code section: otobo/var/httpd/htdocs/js/Core.SystemConfiguration.js Lines 425 to 431 in 9a6e290
|
Closed with merging #2533 |
Hi,
If I go to Admin -> System Configuration and click on Edit for the option "DynamicFieldScreens###Framework“ for example and then click on Save without making any changes, changes are still written. DynamicFieldSreens don't work anymore.
Thanks!
Stefan
The text was updated successfully, but these errors were encountered: