pgAdmin 4 commit: Highlight invalid rows when saving data in the edit g

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Highlight invalid rows when saving data in the edit g
Date: 2016-09-02 15:05:03
Message-ID: E1bfq1f-0001yQ-P1@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Highlight invalid rows when saving data in the edit grid. Fixes #1637

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=15df12c924e87945d7f2a4e2b7af860077cc53e2
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/tools/sqleditor/__init__.py | 9 +-
web/pgadmin/tools/sqleditor/command.py | 12 +-
.../tools/sqleditor/static/css/sqleditor.css | 15 ++
.../sqleditor/templates/sqleditor/js/sqleditor.js | 156 ++++++++++++++++-----
4 files changed, 149 insertions(+), 43 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-09-02 15:05:40 Re: PATCH: Highlight a row at fault (pgAdmin4)
Previous Message Dave Page 2016-09-02 14:50:19 pgAdmin 4 commit: Doc updates.