Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
genotoul-bioinfo
ng6
Commits
05c8a261
Commit
05c8a261
authored
Jan 14, 2020
by
Romain Therville
🐭
Browse files
Update to an error message:
"The user you entered doesn't have the rights to perform[...]" issue
#129
parent
b987a46a
Changes
1
Hide whitespace changes
Inline
Side-by-side
ui/nG6/res/js/tx_nG6_pi1.js
View file @
05c8a261
...
...
@@ -2290,7 +2290,7 @@ function setChangeSpaceForm(){
}
else
if
(
val
==
3
)
{
$
(
"
#modal-body-tmpl
"
).
html
(
"
<div class='tx-nG6-pi1-error'>An error occurred during server connection. Please contact the site administrator.</div>
"
);
}
else
if
(
val
==
4
){
$
(
"
#modal-body-tmpl
"
).
html
(
"
<div class='tx-nG6-pi1-error'>The user you
have input
doesn't have the rights to perform this action.</div>
"
);
$
(
"
#modal-body-tmpl
"
).
html
(
"
<div class='tx-nG6-pi1-error'>The user you
entered
doesn't have the rights to perform this action.</div>
"
);
}
$
(
"
#modal-foot-tmpl
"
).
html
(
'
<button class="btn btn-default" data-dismiss="modal" aria-hidden="true"><i class="glyphicon glyphicon-remove"></i> Close</button>
'
);
$
(
"
#ng6modal
"
).
modal
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment