diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/functions/templates/trigger_function/js/trigger_functions.js b/web/pgadmin/browser/server_groups/servers/databases/schemas/functions/templates/trigger_function/js/trigger_functions.js index 5955f1b5b..f29e86ef5 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/functions/templates/trigger_function/js/trigger_functions.js +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/functions/templates/trigger_function/js/trigger_functions.js @@ -159,7 +159,7 @@ function($, _, S, pgAdmin, pgBrowser, alertify) { id: 'lanname', label: '{{ _('Language') }}', cell: 'string', control: 'node-ajax-options', type: 'text', group: '{{ _('Definition') }}', url: 'get_languages', disabled: 'isDisabled', transform: function(d, self) { - return _.reject(d, function(o){ return o.label == 'sql'; }); + return _.reject(d, function(o){ return o.label == 'sql' || o.label == 'edbspl'; }); }, select2: { allowClear: false } },{ id: 'prosrc', label: '{{ _('Code') }}', cell: 'string',