Skip to content

Commit c02750e

Browse files
Merge remote-tracking branch 'origin/master-who' into master-who
2 parents 43bb42e + 0ef9a9e commit c02750e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>edu.stanford.protege</groupId>
1212
<artifactId>webprotege-authorization-service</artifactId>
13-
<version>3.0.19-WHO</version>
13+
<version>3.0.20-WHO</version>
1414
<name>webprotege-authorization-service</name>
1515
<description>A service that checks users are authorized to execute operations in WebProtége</description>
1616
<properties>

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)