Skip to content
Snippets Groups Projects
Commit 325b6002 authored by Moritz Strohm's avatar Moritz Strohm Committed by Jan-Hendrik Willms
Browse files

institute/basicdata/index: do not make the homepage field a required field, fixes #4930

Closes #4930

Merge request studip/studip!3700
parent 85765bad
Branches
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@
<label class="col-3">
<?= _('Homepage') ?>
<?= I18N::input('url', $institute->url, LockRules::Check($institute->id, 'url') ? ['readonly' => true, 'disabled' => true] : ['required' => true]); ?>
<?= I18N::input('url', $institute->url, LockRules::Check($institute->id, 'url') ? ['readonly' => true, 'disabled' => true] : ['required' => false]); ?>
</label>
<? if ($GLOBALS['perm']->have_perm('root')): // Select lockrule to apply ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment