Fix an issue where RLS Policy dialog help is not working.

pull/33/head
Murtuza Zabuawala 2020-06-23 14:13:08 +05:30 committed by Akshay Joshi
parent c2268c82ee
commit c064eb0795
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ define('pgadmin.node.row_security_policy', [
width: pgBrowser.stdW.sm + 'px',
sqlAlterHelp: 'sql-alterpolicy.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',
Init: function() {
/* Avoid mulitple registration of menus */