Handle self projections by creating a copy of the fit. Due to the way effects are calculated, we would have double effects implemented if not for the copy
This commit is contained in:
@@ -320,9 +320,6 @@ class Fit(object):
|
||||
eager=("attributes", "group.category"))
|
||||
|
||||
if isinstance(thing, eos.types.Fit):
|
||||
if thing.ID == fitID:
|
||||
return
|
||||
|
||||
if thing in fit.projectedFits:
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user