mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Added two jinja2 template macro for support for priviliges and default
privileges. Also, made a change in the privilege.js to scroll the div to make the opening div visible properly.
This commit is contained in:
committed by
Ashesh Vashi
parent
7f3c972d06
commit
d0f7e69ad7
@@ -272,6 +272,10 @@
|
||||
$(self.$el.find('input[type=checkbox]')).on('blur',function() {
|
||||
self.$el.blur();
|
||||
});
|
||||
|
||||
// Make row visible in when entering in edit mode.
|
||||
$(self.$el).pgMakeVisible('backform-tab');
|
||||
|
||||
self.delegateEvents();
|
||||
|
||||
return this;
|
||||
|
||||
Reference in New Issue
Block a user