mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fixes #437 issue where propper validation message is needed
This commit is contained in:
parent
b9cc3c73cd
commit
f35fb92668
@ -120,7 +120,7 @@ function triggerError(el,errorMsg){
|
||||
function displayErrors(message) {
|
||||
$('#error-msg').html(message.responseText);
|
||||
modalDialog.header('Unexpected error occurred!');
|
||||
modalDialog.content('<h4 id="error-msg"></h4>');
|
||||
modalDialog.content('<h4 id="error-msg">' + message.responseText + '</h4>');
|
||||
modalDialog.footer('<div class="buttons"><a href="#" id="group-unexpected-error-link" class="btn-operations">Ok' +
|
||||
'</a></div>');
|
||||
modalDialog.showAsError();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user