pgAdmin 4 commit: Allow a node to have two types of parents, modified t

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin 4 commit: Allow a node to have two types of parents, modified t
Дата
Msg-id E1aG4A5-0007Xu-71@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Allow a node to have two types of parents, modified the code to handle
such situation. This has been modified specifically for the children
under the schema, and catalog nodes.

Also, override the Backform.Control.prototype.render function to allow
to provide the control data to the evaluable functions (i.e. disabled,
visible, required).

Branch
------
master

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

Modified Files
--------------
web/pgadmin/browser/templates/browser/js/node.js | 15 ++++++---
web/pgadmin/static/js/backform.pgadmin.js        | 41 ++++++++++++++++++++++++
2 files changed, 52 insertions(+), 4 deletions(-)


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

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin 4 commit: Pass the tree item object to the menu objects, which
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin III commit: Fix a couple of missed copyright notices.