diff --git a/controller/fit.py b/controller/fit.py index 71fd692b4..016074af1 100644 --- a/controller/fit.py +++ b/controller/fit.py @@ -72,6 +72,7 @@ class Fit(object): fit = eos.db.getFit(fitID) fit.fill() + eos.db.saveddata_session.flush() return fit def appendItem(self, fitID, itemID):