Skip to content

Commit b6482fd

Browse files
authored
Merge pull request #33 from protegeproject/320-add-context-aware-privilege-for-logical-definition
added logical def context aware capability.
2 parents 2b8eea8 + a2746a0 commit b6482fd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/main/java/edu/stanford/protege/webprotege/authorization/ContextAwareBuiltInCapability.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ public enum ContextAwareBuiltInCapability {
88
VIEW_LINEARIZATION_RESIDUALS,
99
EDIT_LINEARIZATION_RESIDUALS,
1010
VIEW_POSTCOORDINATION_SCALE_VALUES,
11-
EDIT_POSTCOORDINATION_SCALE_VALUES;
11+
EDIT_POSTCOORDINATION_SCALE_VALUES,
12+
13+
VIEW_LOGICAL_DEFINITIONS,
14+
EDIT_LOGICAL_DEFINITIONS;
1215

1316

1417
private final Capability capability;

0 commit comments

Comments
 (0)