Skip to content

Commit

Permalink
fix delete button in manage roles (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
mawinter69 authored Jul 7, 2023
2 parents 627de2f + 461a753 commit 5263778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/js/tableManage.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ addButtonAction = function(e, template, table, tableHighlighter, tableId) {
}


Behaviour.specify(".global-matrix-authorization-strategy-table span.rsp-remove", 'RoleBasedAuthorizationStrategy', 0, function(e) {
Behaviour.specify(".global-matrix-authorization-strategy-table .rsp-remove", 'RoleBasedAuthorizationStrategy', 0, function(e) {
e.onclick = function() {
let table = findAncestor(this, "TABLE");
let tableId = table.getAttribute("id");
Expand Down

0 comments on commit 5263778

Please sign in to comment.