Page MenuHomePhabricator

VisualEditor: After saving a page, the FlaggedRevs notice "1 change in this version is pending review ..." is not shown
Closed, ResolvedPublic

Description

For wikis with FlaggedRevs extension: After saving a page the notice on top of page "1 change in this version is pending review ..." is not shown.

I guess due to not reloading the whole page.

This is a bad experience for every editor w/o reviewer right. No chance to spot that the new revision has to be sighted first.


Version: unspecified
Severity: normal

Details

Reference
bz60718

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 3:03 AM
bzimport set Reference to bz60718.

I took a look into this today... Seems that the review notice is not being made available even as part of the page subtitle to VE.

I came up with some terrible code that successfully achieves this yesterday.

Change 172746 had a related patch set uploaded by Alex Monk:
When saving, return the full contentSub to the client

https://gerrit.wikimedia.org/r/172746

(It's slightly less horrible now. But only slightly.)

Change 172746 merged by jenkins-bot:
When saving, return the full contentSub to the client

https://gerrit.wikimedia.org/r/172746