mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-24 07:16:52 -06:00
Fix the online help button on the resource group dialogue. Fixes #4052
This commit is contained in:
parent
cdc9ed678f
commit
a9dad423f6
@ -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 #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 #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 #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.
|
| `Bug #4060 <https://redmine.postgresql.org/issues/4060>`_ - Fix the latexpdf doc build.
|
||||||
|
@ -30,7 +30,7 @@ define('pgadmin.node.resource_group', [
|
|||||||
pgBrowser.Nodes['resource_group'] = pgBrowser.Node.extend({
|
pgBrowser.Nodes['resource_group'] = pgBrowser.Node.extend({
|
||||||
parent_type: 'server',
|
parent_type: 'server',
|
||||||
type: 'resource_group',
|
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'),
|
label: gettext('Resource Group'),
|
||||||
hasSQL: true,
|
hasSQL: true,
|
||||||
canDrop: true,
|
canDrop: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user