1
0
Fork 0
master
rasei 2016-08-30 22:18:44 +02:00
parent c9220cb17e
commit e660958fac
1 changed files with 1 additions and 1 deletions

View File

@ -707,7 +707,7 @@ public final class Field {
json.put(ValueType.KEY.toString(), value.toString());
return json.toString();
} else if (m.type.equals("string") || (m.type.equals("securitylevel"))) {
} else if (m.type.equals("string") || (m.type.equals("securitylevel") || m.type.equals("option"))) {
if (value == null)
return "";
else if (value instanceof List)