mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-30 19:52:20 +01:00
Fix a bug: unable to sign up if admin actived organization's additional fields with required
This commit is contained in:
parent
73ee927088
commit
8d724d7191
@ -3,6 +3,7 @@
|
|||||||
## next deploy
|
## next deploy
|
||||||
|
|
||||||
- Fix a bug: unable to run scripts on systemts with legacy version of docker-compose
|
- Fix a bug: unable to run scripts on systemts with legacy version of docker-compose
|
||||||
|
- Fix a bug: unable to sign up if admin actived organization's additional fields with required
|
||||||
|
|
||||||
## v5.4.1 2022 May 23
|
## v5.4.1 2022 May 23
|
||||||
|
|
||||||
|
@ -165,8 +165,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div ng-repeat="(i, profileCustomField) in profileCustomFields">
|
<div ng-if="user.organization" ng-repeat="(i, profileCustomField) in profileCustomFields">
|
||||||
<div class="form-group required-row" ng-show="user.organization" ng-class="{'has-error': signupForm.user_profile_custom_fields{{i}}.$dirty && signupForm.user_profile_custom_fields{{i}}.$invalid}">
|
<div class="form-group required-row" ng-class="{'has-error': signupForm.user_profile_custom_fields{{i}}.$dirty && signupForm.user_profile_custom_fields{{i}}.$invalid}">
|
||||||
<div class="col-sm-12">
|
<div class="col-sm-12">
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<span class="input-group-addon"><i class="fa fa-building-o"></i></span>
|
<span class="input-group-addon"><i class="fa fa-building-o"></i></span>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user