forked from DGNum/gestioCOF
Merge branch 'Aufinal/fix_password_freeze' into 'master'
K-Psul: - fix freeze when no-team password Closes #153 See merge request !196
This commit is contained in:
commit
f063c3470c
1 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,8 @@ function isValidTrigramme(trigramme) {
|
|||
|
||||
function getErrorsHtml(data) {
|
||||
var content = '';
|
||||
if (!data)
|
||||
return "L'utilisateur n'est pas dans l'équipe";
|
||||
if ('operation_group' in data['errors']) {
|
||||
content += 'Général';
|
||||
content += '<ul>';
|
||||
|
|
Loading…
Reference in a new issue