https://phabricator.wikimedia.org/W1#3664 - I didn't actually edit the text... If you open the diff in 'Show Details', you see it thinks I set the existing text (as if it wasn't there before)
Description
Description
Revisions and Commits
Revisions and Commits
Related Objects
Related Objects
- Mentioned Here
- D15391: Fix overzealous transactions on dashboard panels
Event Timeline
Comment Actions
This is real dumb, but I think it only creates a moderate inconvenience so I probably won't try to dig into it until we do the next iteration on dashboards.
I think it's not trivial to fix. Normally, this would just be a bad implementation of getCustomTransactionOldValue() with a missing break; or something in that vein, but that field is spooky CustomField magic.
Comment Actions
I accidentally stumbled across the root cause for this and I think the fix is a one-liner, so it should work better after D15391.