Merge pull request #681 from Charlo270398/development-LDAPeditUserBUG
LDAP edit users BUG fixed
This commit is contained in:
commit
52652d8ac5
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ export default class CUD extends Component {
|
|||
} else if (usernameServerValidation && usernameServerValidation.exists) {
|
||||
state.setIn(['username', 'error'], t('theUserNameAlreadyExistsInTheSystem'));
|
||||
} else if (!usernameServerValidation) {
|
||||
state.setIn(['email', 'error'], t('validationIsInProgress'));
|
||||
state.setIn(['username', 'error'], t('validationIsInProgress'));
|
||||
} else {
|
||||
state.setIn(['username', 'error'], null);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue