More Improvements!
Dieser Commit ist enthalten in:
Ursprung
4afc475161
Commit
31ecac2f11
@ -424,6 +424,7 @@ public class SchematicNode {
|
|||||||
SQL.update("UPDATE SchematicNode SET NodeName = ?, NodeOwner = ?, ParentNode = ?, NodeItem = ?, NodeType = ?, NodeRank = ? WHERE NodeId = ?",
|
SQL.update("UPDATE SchematicNode SET NodeName = ?, NodeOwner = ?, ParentNode = ?, NodeItem = ?, NodeType = ?, NodeRank = ? WHERE NodeId = ?",
|
||||||
name, owner, parent == 0 ? null : parent, item, type, rank, id);
|
name, owner, parent == 0 ? null : parent, item, type, rank, id);
|
||||||
this.lastUpdate = Timestamp.from(Instant.now());
|
this.lastUpdate = Timestamp.from(Instant.now());
|
||||||
|
this.brCache.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void delete() {
|
public void delete() {
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren