Consolidate Item Generation
Fix Back arrow in element gui
Dieser Commit ist enthalten in:
Ursprung
327dded73b
Commit
834039c4d4
@ -54,6 +54,7 @@ public class SimulatorGroupChooserGui extends SimulatorPageGui<SimulatorGroup> {
|
||||
SimulatorGroup newParent = new SimulatorGroup();
|
||||
newParent.add(subject);
|
||||
simulator.getElements().add(newParent);
|
||||
parent.getElements().remove(subject);
|
||||
back.open();
|
||||
SimulatorWatcher.update(simulator);
|
||||
}));
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren