Fix regression introduce in 31e3c7 when adding a new objectclass to a new entry, newoc shouldnt be passed as a form value
This commit is contained in:
parent
7352293880
commit
43c92e542c
@ -38,7 +38,7 @@
|
||||
</div>
|
||||
|
||||
<div class="modal-body">
|
||||
<x-form.select id="newoc" name="newoc" :label="__('Select from').'...'"/>
|
||||
<x-form.select id="newoc" :label="__('Select from').'...'"/>
|
||||
</div>
|
||||
|
||||
<div class="modal-footer">
|
||||
|
Loading…
x
Reference in New Issue
Block a user