Skip to content

Commit

Permalink
Merge pull request #9597 from DSpace/backport-9596-to-main
Browse files Browse the repository at this point in the history
[Port main] Fixing issue #7464 for DSpace 7
  • Loading branch information
tdonohue committed May 16, 2024
2 parents a703bea + 0e40ada commit 4802307
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -552,8 +552,9 @@ public void ingest(Context context, DSpaceObject dso, List<Element> ml, boolean
ex);
}

//set permissions on policy add to list of policies
//set permissions and type on policy and add to list of policies
rp.setAction(parsePermissions(permsElement));
rp.setRpType(ResourcePolicy.TYPE_CUSTOM);
policies.add(rp);
}
} //end if "Context" element
Expand Down

0 comments on commit 4802307

Please sign in to comment.