Commit b5600e66 by Antti Tonkyra

Merge branch 'master' of dev.insomnia.fi:/data/bortal

2 parents fbfc380c 2f50e842
...@@ -33,7 +33,6 @@ public class SitePage extends GenericEntity { ...@@ -33,7 +33,6 @@ public class SitePage extends GenericEntity {
private SitePage parent; private SitePage parent;
@ManyToMany() @ManyToMany()
@PrivateOwned
private List<Role> allowedRoles; private List<Role> allowedRoles;
@OneToMany(mappedBy = "parent", cascade = CascadeType.ALL) @OneToMany(mappedBy = "parent", cascade = CascadeType.ALL)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!