This commit is contained in:
Stephan Richter
2020-12-04 19:40:50 +01:00
parent 18e2753682
commit f7aee12789
6 changed files with 19 additions and 7 deletions

View File

@@ -70,7 +70,7 @@ public class SetContextTrain extends Action {
LOG.debug("update: {}",params);
Id trainId = Id.from(params,Train.class.getSimpleName());
if (isSet(trainId)) train = Train.get(trainId);
return properties();
return super.update(params);
}
}