Page MenuHomePhabricator

Flow: Disallow regular API edits to Flow boards
Closed, ResolvedPublic

Description

Currently, attempting to use the API's action=edit to edit a Flow board (e.g. [[Wikipedia talk:Flow/Developer test page]]) results in a bizarre sequence of edits [1].

The edit goes through successfully, but is then immediately reverted with the edit summary "/* Taken over by Flow */". This revert is attributed to the user who made the initial edit (which seems inappropriate, since they did not actually invoke the revert).

Instead of this behaviour, the edit should be rejected by the API. That way, the client can handle the error in a meaningful way.

[1] https://en.wikipedia.org/w/index.php?title=Special:Contributions/This,_that_and_the_other&offset=20140205023800&dir=prev&limit=2


Version: master
Severity: normal

Details

Reference
bz60861

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 2:55 AM
bzimport set Reference to bz60861.
bzimport added a subscriber: Unknown Object (MLST).

Basically what bug 60808 is about.

  • This bug has been marked as a duplicate of bug 60808 ***