lockBreakersGroupsList.change(function(ev) {
        OC.AppConfig.setValue('core', 'lock-breaker-groups', JSON.stringify(ev.val || []));
    });