pgadmin4/web
Surinder Kumar 2c7a45814c Resolved an issue about missing 'canDrop' function check for the browser
tree nodes.

Each individual node is responsible for introducing the 'canDrop'
function/flag to decide whether the 'Delete/Drop' context menu should be
enabled/disabled.

In commit-id: 26aa5607ad, 'obj.canDrop'
was set to true in the 'pgBrowser.Node' in delete callback, just to make
the server-group droppable, which is wrong, as all the nodes are
getting affected because of this change in a wrong way.

To fix the issue, added the 'canDrop' function in the server-group node.

Apart from them, also added restriction for not allowing to delete the
default server-group.

Also, handled the same restriction at the server end.
2016-05-16 23:09:11 +05:30
..
pgadmin Resolved an issue about missing 'canDrop' function check for the browser 2016-05-16 23:09:11 +05:30
regression Initial version of a regression test framework 2016-04-17 10:39:08 -04:00
babel.cfg Fix i18n for the docking system. 2015-03-03 10:51:29 +00:00
config.py Adding a background process executor, and observer. 2016-05-13 08:49:51 +05:30
pgAdmin4.py Allow Werkzeug to be configured to bind to adaptors other than localhost for testing. 2016-05-06 15:25:52 +01:00
setup.py Adding a background process executor, and observer. 2016-05-13 08:49:51 +05:30