Skip to content

Commit

Permalink
Fix for permissions editor: new rules not added in policy 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
nursix committed Jul 1, 2020
1 parent ea21cf2 commit d497843
Show file tree
Hide file tree
Showing 6 changed files with 444 additions and 444 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
nursix-dev-4151-ge4ae781 (2020-06-26 21:43:41)
nursix-dev-4152-gea21cf2 (2020-07-01 13:16:01)
452 changes: 226 additions & 226 deletions static/scripts/S3/S3.min.js

Large diffs are not rendered by default.

362 changes: 181 additions & 181 deletions static/scripts/S3/s3.ui.calendar.min.js

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions static/scripts/S3/s3.ui.datatable.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions static/scripts/S3/s3.ui.permissions.js
Expand Up @@ -993,6 +993,7 @@
trigger.closest('.rm-module-add').hide().after(newRow);
} else {
// Append the new row to the tbody immediately
this.rules.push(rule);
$('tbody', ruleTable).append(newRow);
trigger.closest('.rm-module-add').hide();
}
Expand Down

0 comments on commit d497843

Please sign in to comment.