The DerivativeRequest introduced in rEVED581d1350e6ba: When saving, return the full contentSub to the client is set into the global context. This alters the global context destructively which effects ApiAction logging and APIAfterExecute hooks. In the case of ApiAction logging, it results in logging that the api action performed was 'view' rather than the expected 'visualeditoredit'.
Description
Description
Details
Details
Related Objects
Related Objects
Event Timeline
Comment Actions
On the VE side we could restore the original WebRequest after we're done with FlaggedRevs. Would that be enough @bd808?
Comment Actions
Change 283768 had a related patch set uploaded (by Alex Monk):
Restore original WebRequest after we're finished messing with FlaggedRevs on save
Comment Actions
Change 283768 merged by jenkins-bot:
Restore original WebRequest after we're finished messing with FlaggedRevs on save