pgAdmin 4 commit: Fix all manner of inconsistencies in object propertie

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Fix all manner of inconsistencies in object propertie
Дата
Msg-id E1ae46H-0002ON-C2@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix all manner of inconsistencies in object properties display:

- Don't display the OID on Edit dialogues
- Use the ACL summary display in the properties panel, not the subnode editor.
- s/Oid/OID/g
- Ensure all security properties are displayed in the Security group
- Ensure all object definition values are stored in the Definition (or a more precise) group, not General.
- Fix the ordering of General properties so the comment is always show last.

Branch
------
master

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

Modified Files
--------------
.../databases/casts/templates/cast/js/casts.js     | 17 +++++++++++------
.../templates/event_triggers/js/event_trigger.js   |  9 +++++++--
.../templates/extensions/js/extensions.js          | 12 +++++++-----
.../languages/templates/languages/js/languages.js  | 15 +++++++++++----
.../sequences/templates/sequence/js/sequence.js    | 15 ++++++++++-----
.../schemas/templates/catalog/js/catalog.js        |  6 +++---
.../schemas/templates/schema/js/schema.js          | 22 +++++++++++-----------
.../databases/templates/databases/js/databases.js  | 15 ++++++++++-----
.../servers/roles/templates/role/js/role.js        |  2 +-
.../templates/tablespaces/js/tablespaces.js        | 10 +++++-----
10 files changed, 76 insertions(+), 47 deletions(-)


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

Предыдущее
От: Neel Patel
Дата:
Сообщение: Re: [pgAdmin4][Patch]: Foreign Data Wrapper
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Variables should have their own tab on dialogues.