pgAdmin 4 commit: Fix toggle breakpoints buttons in the debugger. Fixes

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix toggle breakpoints buttons in the debugger. Fixes
Date: 2018-11-20 16:23:00
Message-ID: E1gP8nk-0005yZ-Hq@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix toggle breakpoints buttons in the debugger. Fixes #3736

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=782b7419f68f5da4a25aa3a06f02c07f782d1cb0

Modified Files
--------------
docs/en_US/release_notes_3_6.rst | 1 +
web/pgadmin/tools/debugger/static/js/direct.js | 1 +
2 files changed, 2 insertions(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-11-20 16:23:31 Re: [pgAdmin4][Patch]: RM #3736 In case of Debugger, if click on breakpoints then other buttons should not disabled
Previous Message Dave Page 2018-11-20 16:13:47 Re: [pgAdmin4][Patch]: RM #3354 Debugger does not start if function has input vars of type array