Fix the online help button on the resource group dialogue. Fixes #4052

This commit is contained in:
Dave Page 2019-03-13 16:21:10 +00:00
parent cdc9ed678f
commit a9dad423f6
2 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@ Bug fixes
*********
| `Bug #3995 <https://redmine.postgresql.org/issues/3995>`_ - Avoid 'bogus varno' message from Postgres when viewing the SQL for a table with triggers.
| `Bug #4052 <https://redmine.postgresql.org/issues/4052>`_ - Fix the online help button on the resource group dialogue.
| `Bug #4053 <https://redmine.postgresql.org/issues/4053>`_ - Enable the online help button on the index dialogue.
| `Bug #4054 <https://redmine.postgresql.org/issues/4054>`_ - Handle resultsets with zero columns correctly in the Query Tool.
| `Bug #4060 <https://redmine.postgresql.org/issues/4060>`_ - Fix the latexpdf doc build.

View File

@ -30,7 +30,7 @@ define('pgadmin.node.resource_group', [
pgBrowser.Nodes['resource_group'] = pgBrowser.Node.extend({
parent_type: 'server',
type: 'resource_group',
dialogHelp: url_for('help.static', {'ilename': 'resource_group_dialog.html'}),
dialogHelp: url_for('help.static', {'filename': 'resource_group_dialog.html'}),
label: gettext('Resource Group'),
hasSQL: true,
canDrop: true,