[pgAdmin4][RM#3319] Fix the cancel query button glitch in query tool

From: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][RM#3319] Fix the cancel query button glitch in query tool
Date: 2018-07-02 04:58:52
Message-ID: CAKKotZSjLmQk-T38TdC13uOmpibBTPFr6qk643wgMEW5r26y_w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

PFA patch to fix the issue where cancel button remains enabled even after
the query execution completes, I have moved the enable/disable logic for
that button with rest of the buttons in '*disable_tool_buttons*' method &
removed tests which are not required as we are already testing '
*disable_tool_buttons*' method.

*I had to fix it coz it was annoying me :)*

--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Attachment Content-Type Size
RM_3319.diff application/octet-stream 9.2 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Khushboo Vashi 2018-07-02 05:09:16 [pgAdmin][Patch]: Fixed RM #3362 - Database restore utility does not honour restore options for sections
Previous Message Khushboo Vashi 2018-07-02 04:27:26 Re: pgAdmin v3.1 candidate builds and source...