Page MenuHomePhabricator

Editing system workflow messages should clear cached values
Closed, DeclinedPublic2 Estimated Story Points

Description

Messages are cached at 'cividata-translate-message' . $this->getWorkflow() . $this->getLanguage()

but that cached value is not cleared on edit, meaning old values still persist for a while.

Event Timeline

Dwisehaupt set the point value for this task to 2.Apr 4 2022, 7:54 PM
SBurnett-WMF subscribed.

Could you see if this is still happening, and if not, could you please close this?

I'm going to just ask @Ejegg on this one: seems to be internal, so if we haven't done it, it isn't done. @Ejegg can you confirm?

Let me try editing the recurring failure message and see if that takes effect without any extra cache clearing

It looks like the translation mechanism is different now - https://gerrit.wikimedia.org/r/c/wikimedia/fundraising/crm/+/922189 removed civi-data-translate which was doing that caching. Declining this as no longer relevant.