Introduced new controls to show the list of a node type (by name and id) as properties of other node.

Resolved a typo in privileges control.
Removed duplicate lines in backform.pgadmin.js
This commit is contained in:
Ashesh Vashi
2015-12-28 01:00:20 +05:30
parent d56ddb9fa4
commit eb83d57c5a
8 changed files with 183 additions and 33 deletions

View File

@@ -96,8 +96,7 @@ class CollectionNodeModule(PgAdminModule, PGChildModule):
snippets = [
render_template(
"browser/css/collection.css",
node_type=self.node_type,
_=gettext
node_type=self.node_type
),
render_template(
"browser/css/node.css",