Rollup Summary validations not being enforced on updates after fflib upgrade
jondavis9898 opened this issue · 2 comments
jondavis9898 commented
Prior to fflib upgrade, onValidate of RollupSummaries was invoked in onAfterInsert & onAfterUpdate. After the conversion to fflib, onValidate is only called by default during onAfterInsert which results in validations not being enforced when a rollup is updated.
afawcett commented
Ah good spot, kicking myself for missing that one! 👍
afawcett commented
Fixed in v1.23