| From: | Dave Page <dpage(at)pgadmin(dot)org> |
|---|---|
| To: | pgadmin-hackers(at)lists(dot)postgresql(dot)org |
| Subject: | pgAdmin 4 commit: Add titles to the code areas of the Query Tool and De |
| Date: | 2018-11-29 15:47:52 |
| Message-ID: | E1gSOXg-0006Nv-SQ@gothos.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
Add titles to the code areas of the Query Tool and Debugger to ensure that panels can be re-docked within them. Fixes #3619
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d801ed5008c48c13841f7965ba7582ff6191f9bc
Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
Modified Files
--------------
docs/en_US/release_notes_3_7.rst | 1 +
web/pgadmin/tools/debugger/__init__.py | 21 +++++++++++++++++++++
web/pgadmin/tools/debugger/static/js/direct.js | 5 +++--
.../tools/debugger/templates/debugger/direct.html | 2 +-
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 4 ++--
5 files changed, 28 insertions(+), 5 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dave Page | 2018-11-29 15:48:06 | Re: [pgAdmin4][Patch]: RM #3619 Unable to Re-Dock Query Tool Lower Window Component |
| Previous Message | Dave Page | 2018-11-29 15:36:21 | Re: SCSS change for reset button and help text |