- Introduce deps listener context and move the old code. - Add support for 
deffered deps change - deferredDepChange. - Changes for canEditRow and 
canDeleteRow. - Select the tab again on visible if it is rendered when hidden. 
- It is helpful to show the error footer in SQL tab also. - Fix isEmptyString.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a06f78b2d57f6998b9cea16022e5f2bebb795e85
Author: Aditya Toshniwal <aditya.toshniwa...@gmail.com>

Modified Files
--------------
web/pgadmin/static/js/SchemaView/DataGridView.jsx  |  97 ++++++++-------
web/pgadmin/static/js/SchemaView/DepListener.js    |  77 ++++++++++++
web/pgadmin/static/js/SchemaView/FormView.jsx      | 104 ++++++++++------
web/pgadmin/static/js/SchemaView/base_schema.ui.js |  28 ++++-
web/pgadmin/static/js/SchemaView/index.jsx         | 134 ++++++++++++++++-----
web/pgadmin/static/js/components/TabPanel.jsx      |   5 +-
web/pgadmin/static/js/validators.js                |   6 +-
7 files changed, 336 insertions(+), 115 deletions(-)

Reply via email to