Skip to content
Snippets Groups Projects
Commit 1f9a2c4d authored by srosse's avatar srosse
Browse files

OO-2057: don't filter section of templates

parent 1e4391db
No related branches found
No related tags found
No related merge requests found
......@@ -160,6 +160,11 @@ public class BinderSecurityCallbackFactory {
public boolean canNewAssignment() {
return admin;
}
@Override
public boolean canViewElement(PortfolioElement element) {
return true;
}
}
private static class BinderSecurityCallbackImpl implements BinderSecurityCallback {
......
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