Hotfix Schemtype fromDB name
Dieser Commit ist enthalten in:
Ursprung
7f167e73ea
Commit
c1981cf66a
@ -29,7 +29,7 @@ public class SchematicType {
|
|||||||
String checktype = section.getString("checktype");
|
String checktype = section.getString("checktype");
|
||||||
SchematicType current = new SchematicType(type, section.getString("kuerzel"), Type.valueOf(section.getString("type")), checktype != null ? fromDB(checktype) : null);
|
SchematicType current = new SchematicType(type, section.getString("kuerzel"), Type.valueOf(section.getString("type")), checktype != null ? fromDB(checktype) : null);
|
||||||
tmpTypes.add(current);
|
tmpTypes.add(current);
|
||||||
tmpFromDB.put(type, current);
|
tmpFromDB.put(type.toLowerCase(), current);
|
||||||
}
|
}
|
||||||
|
|
||||||
fromDB = Collections.unmodifiableMap(tmpFromDB);
|
fromDB = Collections.unmodifiableMap(tmpFromDB);
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren