Hotfix schematic saving
Dieser Commit ist enthalten in:
Ursprung
36bb22e745
Commit
5c2dceeda2
@ -237,6 +237,7 @@ public class Schematic {
|
|||||||
} catch (SQLException e) {
|
} catch (SQLException e) {
|
||||||
throw new SecurityException(e.getMessage(), e);
|
throw new SecurityException(e.getMessage(), e);
|
||||||
}
|
}
|
||||||
|
updateDatabase(blob, newFormat);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void updateDatabase(Blob blob, boolean newFormat) {
|
private void updateDatabase(Blob blob, boolean newFormat) {
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren