Page MenuHomePhabricator

Anonymous CTAs for section edit links are broken for 3rd parties
Closed, DeclinedPublic

Description

Configure

$wgMFEditorOptions = [
        'anonymousEditing' => false,
];
  • Click the edit icon of section 6. A drawer is shown prompting you to login.
  • Close the drawer.
  • Scroll down to section 10 and click edit
  • Click login/sign up and complete the form.

Expected: I am thrown back into the editor for section 10.
Actual: The URL for the first CTA is preserved preserved and after logging in/registering I am thrown into section 6's edit section.

Acceptance criteria

  • Clicking edit icon when anonymous creates a link to the correct URI (with correct section number in query string)

Event Timeline

(This would be obsoleted if we removed the no-anonymous-editing mode: T205382)

ovasileva triaged this task as Medium priority.Sep 25 2018, 4:37 PM

Looks like we plan to remove this code as part of T205382.