pgAdmin 4 commit: Ensure 'select all' and 'unselect all' working proper
Ensure 'select all' and 'unselect all' working properly for pgAgent schedule. Fixes #3313. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0f17b4f73880adfd8760c3e1916b47565043d234 Author: Murtuza Zabuawala Modified Files -- docs/en_US/release_notes_3_3.rst | 3 +- web/pgadmin/browser/static/js/node.ui.js | 53 +++- 2 files changed, 33 insertions(+), 23 deletions(-)
Re: [pgAdmin4][RM #3313] "Select All" & "Unselect All" not working in Select2 control
Thanks patch applied. On Tue, Aug 21, 2018 at 3:27 PM, Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Hi, > > PFA patch to fix the issue where "Select All"/"Unselect All" option is not > working as expected. > > -- > Regards, > Murtuza Zabuawala > EnterpriseDB: http://www.enterprisedb.com > The Enterprise PostgreSQL Company > > -- *Akshay Joshi* *Sr. Software Architect * *Phone: +91 20-3058-9517Mobile: +91 976-788-8246*
pgAdmin 4 commit: Ensure sort/filter dialog should display proper messa
Ensure sort/filter dialog should display proper message after losing database connection. Fixes #3561 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=25679fd54275f68d5532ec0ae6eabf89691d98d9 Author: Aditya Toshniwal Modified Files -- docs/en_US/release_notes_3_3.rst | 1 + web/pgadmin/static/js/sqleditor/filter_dialog.js | 34 +--- web/pgadmin/tools/sqleditor/__init__.py| 12 - web/pgadmin/tools/sqleditor/command.py | 61 ++ web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 13 - web/pgadmin/tools/sqleditor/utils/filter_dialog.py | 13 - 6 files changed, 88 insertions(+), 46 deletions(-)
Re: [pgAdmin4][RM3561] Can't edit Sort/Filter Options after losing database connection
Thanks patch applied. I have seen inconsistency in the error message/ behaviour when database server is disconnected and user tries to execute query tool, view data or filtered data. Can you please create one RM for this. On Tue, Aug 21, 2018 at 2:50 PM, Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the patch to fix filter dialog issue where it was not opening > at all when server is disconnected. The patch will make filter button > behaviour similar to Execute query button and will ask to connect. > > -- > Thanks and Regards, > Aditya Toshniwal > Software Engineer | EnterpriseDB Software Solutions | Pune > "Don't Complain about Heat, Plant a tree" > -- *Akshay Joshi* *Sr. Software Architect * *Phone: +91 20-3058-9517Mobile: +91 976-788-8246*