Index: sources/gui/qml/pages/settings/SettingsStack.qml =================================================================== diff -u -rb6f86ce89361e33d989f6a9d01eb94c344a6384f -rac49f0bd00d33f7326e82ae2d213e1b21e9083d4 --- sources/gui/qml/pages/settings/SettingsStack.qml (.../SettingsStack.qml) (revision b6f86ce89361e33d989f6a9d01eb94c344a6384f) +++ sources/gui/qml/pages/settings/SettingsStack.qml (.../SettingsStack.qml) (revision ac49f0bd00d33f7326e82ae2d213e1b21e9083d4) @@ -70,7 +70,7 @@ readonly property bool visibleSetDateTime : loggedIn || onlyUpdating readonly property bool visibleDeviceConfiguration : onlyManufacturing && loggedIn readonly property bool visibleDeviceRegistration : onlyManufacturing && loggedIn - readonly property bool visibleInstitutionalRecord : true //TODO uncomment loggedIn + readonly property bool visibleInstitutionalRecord : true enum ItemsIndex { @@ -242,7 +242,7 @@ push( _SettingsRootSSHAccess) break - case SettingsStack.FactoryReset: + case SettingsStack.FactoryReset: push( _serviceFactoryReset ) break @@ -251,6 +251,7 @@ break case SettingsStack.InstitutionalRecord: + vAdjustmentInstitutionalRecord.doAdjustment() push( _settingsInstitutionalRecord ) break