pgadmin4/web/pgadmin/browser/static/js
Ashesh Vashi 32e0a0d4b6 Clear the node cache, when an node is created/updated to make sure - we
will always have latest data related to that type of node. Also, fixed
the cache_level for different node types.

This commit also contains fixes for the following issue:
* In extension module - use the 'node-list-by-name' instead of using a
  custom 'node-ajax-options' control, and removed redundant template
  schemas from it.
* When we tries to destroy the select2 object from
  Select2Cell/Select2Control while releasing the properties view,
  sometimes select2 can not find the instance related it for some
  unknown reason. Hence - before removing it we will check for manual
  instance existance using $.data('select2').
* When we traverse through the browser tree nodes very quickly, it tries
  to remove the object before it gets created completely, and results
  into an exception.
* Icon in the select2 drop down list was not visible due to some CSS
  issues.

Apart of that, we will generate two new browser events -
'pgadmin-node:created:<NODE-TYPE>', 'pgadmin-node:updated:<NODE-TYPE>'
whenever a new node is created, or an existing node will be updated.
2016-04-29 15:50:38 +05:30
..
aciTree Introduced a mechanism to load required javascripts at runtime 2015-06-30 11:21:57 +05:30
datamodel.js Fixed few typos/issues in the datamodel.js 2016-04-18 12:10:19 +05:30
frame.js Fix the properties toolbar at the top of the panel so it's always 2016-04-18 12:38:56 +05:30
menu.js Allow to create sub-menu/menu-group by specify the same category in 2016-03-21 23:56:08 +05:30
node.ui.js Clear the node cache, when an node is created/updated to make sure - we 2016-04-29 15:50:38 +05:30
panel.js Fix the properties toolbar at the top of the panel so it's always 2016-04-18 12:38:56 +05:30
wizard.js Grant wizard. 2016-04-13 16:11:43 +01:00