public inbox for [email protected]  
help / color / mirror / Atom feed
[pgAdmin][RM-6897]: Execute button of query tool gets disabled once we change anything in the data grid
2+ messages / 2 participants
[nested] [flat]

* [pgAdmin][RM-6897]: Execute button of query tool gets disabled once we change anything in the data grid
@ 2021-10-06 07:19  Nikhil Mohite <[email protected]>
  0 siblings, 1 reply; 2+ messages in thread

From: Nikhil Mohite @ 2021-10-06 07:19 UTC (permalink / raw)
  To: pgadmin-hackers

Hi Hackers,

Please find the attached patch for RM-6897:
<https://redmine.postgresql.org/issues/6798; Execute button of query tool
gets disabled once we change anything in the data grid


-- 
*Thanks & Regards,*
*Nikhil Mohite*
*Software Engineer.*
*EDB Postgres* <https://www.enterprisedb.com/;
*Mob.No: +91-7798364578.*


Attachments:

  [application/octet-stream] RM-6798.patch (526B, 3-RM-6798.patch)
  download | inline diff:
diff --git a/web/pgadmin/tools/sqleditor/static/js/sqleditor.js b/web/pgadmin/tools/sqleditor/static/js/sqleditor.js
index a641ecba..2cddf922 100644
--- a/web/pgadmin/tools/sqleditor/static/js/sqleditor.js
+++ b/web/pgadmin/tools/sqleditor/static/js/sqleditor.js
@@ -2895,6 +2895,7 @@ define('tools.querytool', [
             },
             function() {
               // Stop, User wants to save
+              $('#btn-flash').prop('disabled', false);
               return true;
             }
           ).set('labels', {


^ permalink  raw  reply  [nested|flat] 2+ messages in thread

* Re: [pgAdmin][RM-6897]: Execute button of query tool gets disabled once we change anything in the data grid
@ 2021-10-06 11:30  Akshay Joshi <[email protected]>
  parent: Nikhil Mohite <[email protected]>
  0 siblings, 0 replies; 2+ messages in thread

From: Akshay Joshi @ 2021-10-06 11:30 UTC (permalink / raw)
  To: Nikhil Mohite <[email protected]>; +Cc: pgadmin-hackers

Thanks, the patch applied.

On Wed, Oct 6, 2021 at 12:49 PM Nikhil Mohite <
[email protected]> wrote:

> Hi Hackers,
>
> Please find the attached patch for RM-6897:
> <https://redmine.postgresql.org/issues/6798; Execute button of query tool
> gets disabled once we change anything in the data grid
>
>
> --
> *Thanks & Regards,*
> *Nikhil Mohite*
> *Software Engineer.*
> *EDB Postgres* <https://www.enterprisedb.com/;
> *Mob.No: +91-7798364578.*
>


-- 
*Thanks & Regards*
*Akshay Joshi*
*pgAdmin Hacker | Principal Software Architect*
*EDB Postgres <http://edbpostgres.com>*

*Mobile: +91 976-788-8246*


^ permalink  raw  reply  [nested|flat] 2+ messages in thread


end of thread, other threads:[~2021-10-06 11:30 UTC | newest]

Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2021-10-06 07:19 [pgAdmin][RM-6897]: Execute button of query tool gets disabled once we change anything in the data grid Nikhil Mohite <[email protected]>
2021-10-06 11:30 ` Akshay Joshi <[email protected]>

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