public inbox for [email protected]  
help / color / mirror / Atom feed
From: Pradip Parkale <[email protected]>
To: pgadmin-hackers <[email protected]>
Subject: [pgAdmin][RM4784]: autovacuum and analyze scale factors can't be edited with more than 2 decimals
Date: Mon, 8 Mar 2021 22:07:48 +0530
Message-ID: <CAJ9T6Ssc4HFyZ5-nLFdZ2=7WEoASY71xJdkHaG9hbfyK5iXzvQ@mail.gmail.com> (raw)

Hi Hackers,

Please find attached the patch for RM4784.

-- 
Thanks & Regards,
Pradip Parkale
Software Engineer | EnterpriseDB Corporation


Attachments:

  [application/octet-stream] RM-4784.patch (1.0K, 3-RM-4784.patch)
  download | inline diff:
diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/static/js/schema.js b/web/pgadmin/browser/server_groups/servers/databases/schemas/static/js/schema.js
index 03fd7d6e1..8eaad6843 100644
--- a/web/pgadmin/browser/server_groups/servers/databases/schemas/static/js/schema.js
+++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/static/js/schema.js
@@ -213,6 +213,7 @@ define('pgadmin.node.schema', [
           cellFunction: Backform.cellFunction, editable: function(m) {
             return m.handler.get('autovacuum_custom');
           }, headerCell: Backgrid.Extension.CustomHeaderCell,
+          formatter:Backgrid.CellFormatter,
         },
         {
           name: 'setting', label: gettext('Default'),
@@ -287,6 +288,7 @@ define('pgadmin.node.schema', [
           cellFunction: Backform.cellFunction, editable: function(m) {
             return m.handler.get('toast_autovacuum');
           },
+          formatter:Backgrid.CellFormatter,
         },
         {
           name: 'setting', label: gettext('Default'),


view thread (3+ messages)  latest in thread

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected]
  Subject: Re: [pgAdmin][RM4784]: autovacuum and analyze scale factors can't be edited with more than 2 decimals
  In-Reply-To: <CAJ9T6Ssc4HFyZ5-nLFdZ2=7WEoASY71xJdkHaG9hbfyK5iXzvQ@mail.gmail.com>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox