mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-24 07:16:52 -06:00
c51ecc69e4
privileges functionality out of the backform.pgadmin.js to make it more modular. Now - privileges will expect the privileges data in following format: <name_of_the_property> : [{ "privileges": [{ "privilege_type": <privilege_type>, "privilege": true, "with_grant": false }, ... ], "grantee": <grantee>, "grantor": <grantor> }, ... ] Example: acl": [{ "privileges": [{ "privilege_type": "CONNECT", "privilege": true, "with_grant": false }], "grantee": '', "grantor": 'ashesh' },{ "privileges": [{ "privilege_type": "CREATE", "privilege": true, "with_grant": false },{ "privilege": true, "privilege_type": "TEMPORARY", "with_grant": false }], "grantee": test, "grantor": ashesh }] |
||
---|---|---|
.. | ||
css | ||
fonts | ||
img | ||
js | ||
favicon.ico |