We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b8eea8 + a2746a0 commit b6482fdCopy full SHA for b6482fd
src/main/java/edu/stanford/protege/webprotege/authorization/ContextAwareBuiltInCapability.java
@@ -8,7 +8,10 @@ public enum ContextAwareBuiltInCapability {
8
VIEW_LINEARIZATION_RESIDUALS,
9
EDIT_LINEARIZATION_RESIDUALS,
10
VIEW_POSTCOORDINATION_SCALE_VALUES,
11
- EDIT_POSTCOORDINATION_SCALE_VALUES;
+ EDIT_POSTCOORDINATION_SCALE_VALUES,
12
+
13
+ VIEW_LOGICAL_DEFINITIONS,
14
+ EDIT_LOGICAL_DEFINITIONS;
15
16
17
private final Capability capability;
0 commit comments