mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix an issue where RLS Policy dialog help is not working.
This commit is contained in:
parent
c2268c82ee
commit
c064eb0795
@ -41,7 +41,7 @@ define('pgadmin.node.row_security_policy', [
|
|||||||
width: pgBrowser.stdW.sm + 'px',
|
width: pgBrowser.stdW.sm + 'px',
|
||||||
sqlAlterHelp: 'sql-alterpolicy.html',
|
sqlAlterHelp: 'sql-alterpolicy.html',
|
||||||
sqlCreateHelp: 'sql-createpolicy.html',
|
sqlCreateHelp: 'sql-createpolicy.html',
|
||||||
dialogHelp: url_for('help.static', {'filename': 'row_security_policy_dialog.html'}),
|
dialogHelp: url_for('help.static', {'filename': 'rls_policy_dialog.html'}),
|
||||||
url_jump_after_node: 'schema',
|
url_jump_after_node: 'schema',
|
||||||
Init: function() {
|
Init: function() {
|
||||||
/* Avoid mulitple registration of menus */
|
/* Avoid mulitple registration of menus */
|
||||||
|
Loading…
Reference in New Issue
Block a user