Hi,
I’m observing some behavior with plugin notifications that I think is a bug:
Normally when attributes are deleted, plugins are notified with a dataContextChangeNotice
(containing info that an attribute was deleted and indicating which one).
However, when I delete an attribute that is the only one remaining in its collection (i.e., a collection of just that attribute), our plugin does not receive a dataContextChangeNotice
. This is important to us as we need to react to the deletion of attributes.
Thanks,
Thomas