pgadmin4/web/pgadmin
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
..
about Copyright updates for 2016. 2016-01-18 14:48:14 +00:00
browser Resolved an issue about missing 'canDrop' function check for the browser 2016-05-16 23:09:11 +05:30
dashboard Ensure we update the error message on dashboard grids when it changes. 2016-05-06 08:49:28 +01:00
help Icon and toolbar cleanup/consistency. 2016-04-15 13:32:17 +01:00
misc Fixed misc issues 2016-05-16 19:51:15 +05:30
model Adding a background process executor, and observer. 2016-05-13 08:49:51 +05:30
preferences Fixed the issue - preferences were saved. 2016-04-25 11:54:02 +05:30
redirects Fix favicon routing 2016-04-14 13:40:01 +01:00
settings Preferences dialogue. Patch by Ashesh and Khushboo Vashi. 2016-03-07 11:48:53 +00:00
static Fixed misc issues 2016-05-16 19:51:15 +05:30
templates Dashboards v1 2016-05-05 16:42:16 +01:00
test Allow to create sub-menu/menu-group by specify the same category in 2016-03-21 23:56:08 +05:30
tools Fixed misc issues 2016-05-16 19:51:15 +05:30
translations/fr/LC_MESSAGES Fix i18n for the docking system. 2015-03-03 10:51:29 +00:00
utils [Python 3 compatibility] Introduced a separate HTML safe string function 2016-05-16 11:58:42 +05:30
__init__.py 'pgadmin.utils.storage' has been renamed to 'pgadmin.utils.paths'. Resolved the typo. 2016-05-13 00:36:45 +05:30
messages.pot First round of string review and cleanup. 2016-05-06 13:53:48 +01:00