mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-28 11:33:53 -06:00
Enable dialogue help buttons on Language and Foreign Table dialogues. Fixes #2116
This commit is contained in:
parent
0bc9997a95
commit
4b74a5ff35
@ -21,6 +21,7 @@ define(
|
||||
type: 'language',
|
||||
sqlAlterHelp: 'sql-alterlanguage.html',
|
||||
sqlCreateHelp: 'sql-createlanguage.html',
|
||||
dialogHelp: '{{ url_for('help.static', filename='language_dialog.html') }}',
|
||||
label: '{{ _('Language') }}',
|
||||
hasSQL: true,
|
||||
canDrop: true,
|
||||
|
@ -450,6 +450,7 @@ function($, _, S, pgAdmin, pgBrowser, alertify) {
|
||||
type: 'foreign-table',
|
||||
sqlAlterHelp: 'sql-alterforeigntable.html',
|
||||
sqlCreateHelp: 'sql-createforeigntable.html',
|
||||
dialogHelp: '{{ url_for('help.static', filename='foreign_table_dialog.html') }}',
|
||||
label: '{{ _('Foreign Table') }}',
|
||||
collection_type: 'coll-foreign-table',
|
||||
hasSQL: true,
|
||||
|
Loading…
Reference in New Issue
Block a user