Skip to content
Snippets Groups Projects
Commit 421a35d0 authored by David Siegfried's avatar David Siegfried Committed by Jan-Hendrik Willms
Browse files

allow change values for roots, closes #1440

Closes #1440

Merge request studip/studip!904
parent ff100942
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@
<label>
<?= _('Mögliche Werte') ?>
<input type="text" name="options" value="<?= htmlReady($options) ?>"
<?= $property->system ? 'readonly="readonly"' : '' ?>>
<?= $property->system && !$GLOBALS['perm']->have_perm('root') ? 'readonly="readonly"' : '' ?>>
</label>
<label>
<?= _('Angezeigter Name') ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment