diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/SettingsForm/SettingsFormController.js b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/SettingsForm/SettingsFormController.js index fce3682ddc92eb14801cfcc3ae62cae7b95df31d..c4f73efa7a0060aade880d266e20797cb4bc9ec6 100644 --- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/SettingsForm/SettingsFormController.js +++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/SettingsForm/SettingsFormController.js @@ -21,11 +21,6 @@ function SettingsFormController(mainController, settingsSample, mode) { this._settingsManager = new SettingsManager(this._mainController.serverFacade); this.init = function(views) { - - if (!profile.isAdmin) { - return; - } - // apply settings to copy of profile, even if invalid, for editing var profileToEdit = jQuery.extend(true, {}, profile); this._settingsManager.loadSettingsAndApplyToProfile((function() {