Skip to content
Snippets Groups Projects
Commit 543beea1 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

wip

parent d10a5881
No related branches found
No related tags found
2 merge requests!111Release 0.12.1,!109F select acl
Pipeline #44386 failed
......@@ -234,6 +234,7 @@ public class RetrieveFullEntityTransaction extends BackendTransaction {
final RetrieveEntity ref = new RetrieveEntity(value.getId());
if (this.subject != null) {
System.out.println(this.subject.getUsername())
// check whether the referenced entity may be retrieved
final EntityACL entityACL = ref.getEntityACL();
if (!entityACL.isPermitted(this.subject, EntityPermission.RETRIEVE_ENTITY)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment