Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed issue #19561: popup messages come with HTML inside #3848

Merged
merged 1 commit into from
May 22, 2024

Conversation

Shnoulle
Copy link
Collaborator

Dev: move to error at top of form

@tiborpacalat tiborpacalat added Tested OK This PR has been tested by QA and works as expected and removed Needs testing labels May 16, 2024
@@ -115,8 +116,8 @@ var UserManagement = function () {
});
return;
}
$('#UserManagement--errors').html(LS.LsGlobalNotifier.createAlert(result.errors, 'danger', {showCloseButton: true})
).removeClass('d-none');
$("#usermanagement-modal-doalog").offset({ top: 10 });
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo here? doalog

Copy link
Collaborator Author

@Shnoulle Shnoulle May 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Current master

<div id="usermanagement-modal-doalog" class="modal-dialog" role="document">

have too on sureyPermission


$ grep -r doalog *
views/surveyPermissions/index.php:    <div id="usermanagement-modal-doalog" class="modal-dialog" role="document">
views/userManagement/index.php:    <div id="usermanagement-modal-doalog" class="modal-dialog" role="document">

@gabrieljenik gabrieljenik added Code review done Version checked for code issue without testing and removed Needs code review labels May 20, 2024
@tiborpacalat tiborpacalat merged commit f4404c9 into master May 22, 2024
20 checks passed
@tiborpacalat tiborpacalat deleted the bug/19561_HtmlError branch May 22, 2024 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code review done Version checked for code issue without testing Tested OK This PR has been tested by QA and works as expected
Projects
None yet
3 participants