Hi, Please find attached patch to fix RM #1855: Displaying error message at the bottom of properties panel while creating Trigger Function.
Issue: The status-bar context was getting changed in properties dialogue. I have removed status bar from properties (read-only mode) panel as that was not required. Thanks, Khushboo
diff --git a/web/pgadmin/browser/templates/browser/js/node.js b/web/pgadmin/browser/templates/browser/js/node.js index f82f04b..30c575f 100644 --- a/web/pgadmin/browser/templates/browser/js/node.js +++ b/web/pgadmin/browser/templates/browser/js/node.js @@ -960,9 +960,6 @@ function($, _, S, pgAdmin, Menu, Backbone, Alertify, pgBrowser, Backform) { // Save it for release it later j.data('obj-view', view); - // Create status bar - createStatusBar('footer'); - // Create proper buttons var buttons = [];
-- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers