Skip to content

Commit

Permalink
Merge pull request #3588 from jburel/dataset-dnd
Browse files Browse the repository at this point in the history
DnD move dataset
  • Loading branch information
joshmoore committed Mar 10, 2015
2 parents cc3152c + 9547bc4 commit 12528d2
Showing 1 changed file with 3 additions and 0 deletions.
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 12528d2

Please sign in to comment.