Update eos to fix bugs with the aeon, calculate stuff earlier so we crash when making the fit if stuff is wrong

This commit is contained in:
cncfanatics
2010-08-29 22:18:01 +02:00
parent 27a8b4d776
commit 137fb7255d
2 changed files with 2 additions and 1 deletions

View File

@@ -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):

2
eos

Submodule eos updated: 9bddc78e91...265f576752