SEBSERV-329 convert allowMacOSVersionNumber as integer

This commit is contained in:
anhefti 2023-01-31 10:07:51 +01:00
parent 715c28d835
commit 9f968a3809

View file

@ -34,7 +34,10 @@ public class IntegerConverter implements AttributeValueConverter {
public static final Set<String> SUPPORTED_ATTR_NAMES = Utils.immutableSetOf(
"taskBarHeight",
"allowedDisplaysMaxNumber");
"allowedDisplaysMaxNumber",
"allowMacOSVersionNumberMajor",
"allowMacOSVersionNumberMinor",
"allowMacOSVersionNumberPatch");
public static final Set<AttributeType> SUPPORTED_TYPES = Utils.immutableSetOf(
AttributeType.INTEGER,