pgAdmin 4 commit: Fixes few UI issue with the backform controls.

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin 4 commit: Fixes few UI issue with the backform controls.
Дата
Msg-id E1aIu3F-0006c2-Uj@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fixes few UI issue with the backform controls.

1. NodeAjaxOtions needs to check 'version_compability' in field, and not
   'ver_in_limit' variable. (Thanks Murtuza for pointing that out.)
2. Override the input control to catch the change properly in it.
3. Updated the UniqueCollectionControl and Variable Control to render
   proper template in the header.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=185ac442fcf3cfd3c3fdaa13d9c6591838a6a846

Modified Files
--------------
.../server_groups/servers/static/js/variable.js    | 50 +++++++++++-----------
web/pgadmin/browser/static/js/node.ui.js           |  2 +-
web/pgadmin/static/js/backform.pgadmin.js          | 12 +++++-
3 files changed, 37 insertions(+), 27 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Surinder Kumar
Дата:
Сообщение: Re: [pgAdmin4] [Patch]: Extension Module
Следующее
От: Ashesh Vashi
Дата:
Сообщение: Re: PATCH: Select2 control fix [ pgAdmin4 ]