misterdai/cftracker

Error when loading config screen

Closed this issue · 2 comments

using 2.1 rc1 getting this error when loading configuration screen...

Element SETTINGS.SECURITY.LOCKSECONDS is undefined in APPLICATION.

Thanks for the report. This is due to a change in config settings from 2.0 to 2.1. Will investigate and try and come up with a way to smoothly upgrade settings.

Added a version indicator to configuration settings. Old settings should be detected and compared with the latest defaults. Any new additions will be copied from the default settings and any that aren't needed anymore will be removed. This fix is in the master branch, soon to be 2.1 RC2