Details
-
Bug
-
Resolution: Fixed
-
None
-
Critical
-
t5memory / OpenTM2 URL configuration is now only possible from CLI, not any more from UI. See issue for reason.
-
Fix cleaning config value in t5memory:migrate command
-
Empty show more show less
Description
There is a bug in t5memory:migrate command which removes URL from configs even if there are language resources still assigned. That needs to be fixed.
Also there is another problem: currently runtimeOptions.LanguageResources.opentm2.server
is editable in the interface, and if there are more than one URL and all of them have language resource assigned, it is possible to delete one ULR in the interface while language resources are still pointing to that resourceId.
The solution: need to make runtimeOptions.LanguageResources.opentm2.server config to level 1 to disable editing from the UI. Also need to update description with explanations why editing that config should be done carefully.