Fix many bugs related to GUI not receiving a correct timestamp, as well as extending feature out to all other fit entities.
This commit is contained in:
@@ -1994,7 +1994,7 @@ class FitItem(SFItem.SFBrowserItem):
|
||||
if activeFit == self.fitID:
|
||||
sFit = Fit.getInstance()
|
||||
fit = sFit.getFit(activeFit)
|
||||
self.timestamp = fit.modified
|
||||
self.timestamp = fit.modifiedCoalesce
|
||||
|
||||
SFItem.SFBrowserItem.Refresh(self)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user