Skip to content
Snippets Groups Projects

REL: prepare release 0.7.2

Merged Timm Fitschen requested to merge release-0.7.2 into main
2 files
+ 79
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -79,7 +79,7 @@ public class Retrieve extends Transaction<RetrieveContainer> {
protected void postTransaction() {
// generate Error for missing RETRIEVE:ENTITY Permission.
for (final EntityInterface e : getContainer()) {
if (e.getEntityACL() != null) {
if (e.getEntityStatus() != EntityStatus.NONEXISTENT) {
try {
e.checkPermission(EntityPermission.RETRIEVE_ENTITY);
} catch (final AuthorizationException exc) {
Loading