pgAdmin 4 commit: Make the WHEN field a CodeMirror control on the Event

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Make the WHEN field a CodeMirror control on the Event
Date: 2019-03-15 10:35:51
Message-ID: E1h4kBr-0003JE-El@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Make the WHEN field a CodeMirror control on the Event Trigger dialogue. Fixes #4050

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_4.rst | 1 +
.../servers/databases/event_triggers/static/js/event_trigger.js | 5 ++++-
2 files changed, 5 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-03-15 11:01:57 pgAdmin 4 commit: Remove the cp1252 test to see if it un-breaks the Win
Previous Message Dave Page 2019-03-15 10:03:15 pgAdmin 4 commit: Fix the RE-SQL syntax for roles with a VALID UNTIL cl