mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix trigger function help link. Fixes #1410
This commit is contained in:
@@ -21,7 +21,7 @@ function($, _, S, pgAdmin, pgBrowser, alertify) {
|
||||
type: 'trigger_function',
|
||||
sqlAlterHelp: 'plpgsql-trigger.html',
|
||||
sqlCreateHelp: 'plpgsql-trigger.html',
|
||||
dialogHelp: '{{ url_for('help.static', filename='create_trigger_function.html') }}',
|
||||
dialogHelp: '{{ url_for('help.static', filename='trigger_function_dialog.html') }}',
|
||||
label: '{{ _('Trigger function') }}',
|
||||
collection_type: 'coll-trigger_function',
|
||||
hasSQL: true,
|
||||
|
||||
Reference in New Issue
Block a user