Skip to content
Snippets Groups Projects
Commit ebe369fc authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

AUDIT: Add review tags for !56

parent e917ab76
No related branches found
No related tags found
1 merge request!58REL: prepare release 0.7.2
Pipeline #20681 passed
...@@ -370,6 +370,8 @@ public class WriteTransaction extends Transaction<WritableContainer> ...@@ -370,6 +370,8 @@ public class WriteTransaction extends Transaction<WritableContainer>
final HashSet<Permission> needPermissions = new HashSet<>(); final HashSet<Permission> needPermissions = new HashSet<>();
boolean updatetable = false; boolean updatetable = false;
// @review Florian Spreckelsen 2022-03-15
// new acl? // new acl?
if (newEntity.hasEntityACL() && !newEntity.getEntityACL().equals(oldEntity.getEntityACL())) { if (newEntity.hasEntityACL() && !newEntity.getEntityACL().equals(oldEntity.getEntityACL())) {
oldEntity.checkPermission(EntityPermission.EDIT_ACL); oldEntity.checkPermission(EntityPermission.EDIT_ACL);
......
...@@ -260,6 +260,7 @@ public class UpdateTest { ...@@ -260,6 +260,7 @@ public class UpdateTest {
@Test @Test
public void testDeriveUpdate_UpdateList() public void testDeriveUpdate_UpdateList()
throws NoSuchAlgorithmException, CaosDBException, IOException { throws NoSuchAlgorithmException, CaosDBException, IOException {
// @review Florian Spreckelsen 2022-03-15
final Property oldProperty = new Property(1); final Property oldProperty = new Property(1);
final Property newProperty = new Property(1); final Property newProperty = new Property(1);
oldProperty.setDatatype("List<Person>"); oldProperty.setDatatype("List<Person>");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment