You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change is in SystemManager.cpp:508
It could also be useful to have a method in systemManager such as
SystemManager.findModuleConfig(String name) that finds the config section for
a module in the app or sysconfig file based on the name used (it;s just a search
in config/modules for both sys and appcfg).
The text was updated successfully, but these errors were encountered:
Make it possible to use the module config section name as the config class, if a
class
config value is not present in the section. So i.e. this:become this
Change is in SystemManager.cpp:508
It could also be useful to have a method in systemManager such as
SystemManager.findModuleConfig(String name)
that finds the config section fora module in the app or sysconfig file based on the name used (it;s just a search
in config/modules for both sys and appcfg).
The text was updated successfully, but these errors were encountered: