Skip to content

Commit

Permalink
potential fix for IQSS#2489
Browse files Browse the repository at this point in the history
  • Loading branch information
raprasad committed Sep 1, 2015
1 parent aa23a33 commit 29cd621
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,10 @@ private boolean runStep2DirectAssignments(){
}
if (this.idsWithFilePermissions.containsKey(dvId)){
this.fileGrandparentFileIds.add(dvId); // Grandparent to file
// Also show the Dataset--even though the permissions don't apply directly
// e.g. The Permissions flows:
// from the DV -> through the DS -> to the file
this.datasetParentIds.add(dvId); // Parent to dataset
}
break;
case(DvObject.DATASET_DTYPE_STRING):
Expand Down

0 comments on commit 29cd621

Please sign in to comment.