Closed wyrmisis closed 1 year ago
This fixes a v11-exclusive issue wherein OseActor.system.prepareDerivedData() was getting called twice. This was caused by a change in v11 that calls Actor.system.prepareDerivedData if it exists on the actor's data model.
OseActor.system.prepareDerivedData()
Actor.system.prepareDerivedData
Fixes #446 Fixes #447
Intent
This fixes a v11-exclusive issue wherein
OseActor.system.prepareDerivedData()
was getting called twice. This was caused by a change in v11 that callsActor.system.prepareDerivedData
if it exists on the actor's data model.Relevant tests
Fixes #446 Fixes #447