summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2018-12-12 13:56:22 +0100
committerSimon Rettberg2018-12-12 13:56:22 +0100
commit59b40e69863e1c2ba7326ebd8cabb880a532a03b (patch)
tree8a7eb4387fd20c5b1f8a6f99b31543122056af8b
parentRevert "[client] Get rid of Feature checks; RPC version was bumped" (diff)
downloadtutor-module-59b40e69863e1c2ba7326ebd8cabb880a532a03b.tar.gz
tutor-module-59b40e69863e1c2ba7326ebd8cabb880a532a03b.tar.xz
tutor-module-59b40e69863e1c2ba7326ebd8cabb880a532a03b.zip
Revert "[server] Clear Features list now that RPC version bumped"
This reverts commit f066e1fda7634ee0ff74ce92f15e90a37923f73e.
-rw-r--r--dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/SupportedFeatures.java6
1 files changed, 5 insertions, 1 deletions
diff --git a/dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/SupportedFeatures.java b/dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/SupportedFeatures.java
index d2e158c1..5f21c22f 100644
--- a/dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/SupportedFeatures.java
+++ b/dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/SupportedFeatures.java
@@ -7,7 +7,11 @@ public class SupportedFeatures {
private static String supportedFeatures = null;
static {
- // registerFeature(Feature.EXTEND_EXPIRED_VM);
+ registerFeature(Feature.EXTEND_EXPIRED_VM);
+ registerFeature(Feature.NETWORK_SHARES);
+ registerFeature(Feature.MULTIPLE_HYPERVISORS);
+ registerFeature(Feature.SERVER_SIDE_COPY);
+ registerFeature(Feature.LECTURE_FILTER_LDAP);
}
public static String getFeatureString() {