pgadmin4/web/pgadmin/browser
Murtuza Zabuawala 8a7ec6b452 Update "parse_priv_to_db" function to return list a instead of a string.
This will also allow us to operate on individual privileges & also we
needed this functionality for column nodes.

For example,

*Earlier:* priv was string

GRANT {{ priv }} ON {{ type }} TO {{ conn|qtIdent(role) }};

*Now:* priv will be List, which we need to handle in jinja templates.

GRANT *{{ priv|join(', ') }}* ON {{ type }} TO {{ conn|qtIdent(role) }};
2016-03-09 17:10:03 +00:00
..
server_groups Update "parse_priv_to_db" function to return list a instead of a string. 2016-03-09 17:10:03 +00:00
static Allow to use the select2 with multiple selection. Changed the formatter 2016-02-10 13:09:09 +05:30
templates/browser Trigger an event whenever a register script has been initialized from 2016-03-06 18:52:22 +05:30
__init__.py Preferences dialogue. Patch by Ashesh and Khushboo Vashi. 2016-03-07 11:48:53 +00:00
collection.py Preferences dialogue. Patch by Ashesh and Khushboo Vashi. 2016-03-07 11:48:53 +00:00
utils.py Preferences dialogue. Patch by Ashesh and Khushboo Vashi. 2016-03-07 11:48:53 +00:00