Skip to content

Commit

Permalink
Allow to move dataset out of project via DnD.
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Mar 8, 2015
1 parent 308c1c8 commit 9547bc4
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4484,6 +4484,9 @@ public void transfer(TreeImageDisplay target, List<TreeImageDisplay> nodes,
if (exp.getId() == userID) {
target = null;
list.add(n);
data = (DataObject) os;
if (!groupIds.contains(data.getGroupId()))
groupIds.add(data.getGroupId());
}
} else {
if (canEdit(os)) {
Expand Down

0 comments on commit 9547bc4

Please sign in to comment.