diff --git a/controller/fit.py b/controller/fit.py index 0e6efdae8..71fd692b4 100644 --- a/controller/fit.py +++ b/controller/fit.py @@ -46,6 +46,7 @@ class Fit(object): fit.name = name eos.db.saveddata_session.add(fit) eos.db.saveddata_session.flush() + fit.calculateModifiedAttributes() return fit.ID def renameFit(self, fitID, newName): diff --git a/eos b/eos index 9bddc78e9..265f57675 160000 --- a/eos +++ b/eos @@ -1 +1 @@ -Subproject commit 9bddc78e91cce38d89cb17c24f35bc00c10c7adc +Subproject commit 265f576752d0839b84669b70123c768bb0ba6ca0