deleted require property for space contact in admin
commit
5ba012ff66
|
@ -30,7 +30,7 @@
|
||||||
<div class="hr-line-dashed"></div>
|
<div class="hr-line-dashed"></div>
|
||||||
<div class="form-group"><label class="col-sm-4 control-label">{{'SETTING.CONTACT' | translate}}</label>
|
<div class="form-group"><label class="col-sm-4 control-label">{{'SETTING.CONTACT' | translate}}</label>
|
||||||
<div class="col-sm-8">
|
<div class="col-sm-8">
|
||||||
<ui-select ng-model="space.contact.id" name="spacecontact" theme="bootstrap" required>
|
<ui-select ng-model="space.contact.id" name="spacecontact" theme="bootstrap">
|
||||||
<ui-select-match allow-clear="false" placeholder="{{'COMMON.PLACEHOLDER' | translate}}">
|
<ui-select-match allow-clear="false" placeholder="{{'COMMON.PLACEHOLDER' | translate}}">
|
||||||
{{$select.selected.name}}</ui-select-match>
|
{{$select.selected.name}}</ui-select-match>
|
||||||
<ui-select-choices repeat="contact.id as contact in contacts | filter: $select.search">
|
<ui-select-choices repeat="contact.id as contact in contacts | filter: $select.search">
|
||||||
|
|
Loading…
Reference in New Issue