File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
src/main/java/edu/stanford/protege/webprotege/authorization Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments