Page MenuHomePhabricator

[Task] Update watch link state through EntityChangers
Open, MediumPublic

Description

Currently, the watch link is updated after saving by handling afterstopediting and checking that dropValue is false. It would be much nicer to do this on the level of the EntityChangers. I imagine a NotifyingEntityChangerFactory that calls the normal EntityChangerFactory methods but wraps every returned EntityChanger with another EntityChanger that calls a callback (the watch link updater) on save and remove.

Related Objects