Page MenuHomePhabricator

Article::updateArticle should not redirect (UI)
Closed, ResolvedPublic

Description

Author: the.r3m0t

Description:
Article::updateArticle calls
Article::showArticle (to update some link tables or something) which
redirects the user.

Article::quickEdit does not do a proper edit.

The Article::showArticle link-table-updating parts should be moved to
Article::cleanupUpdateArticle or similar. The redirect parts should be moved to
after wherever Article::updateArticle is called (probably only EditPage.php)

I am willing to do this myself, but of course anybody else's patch would be nice.


Version: 1.5.x
Severity: minor

Details

Reference
bz2517

Related Objects

Event Timeline

bzimport raised the priority of this task from to Low.Nov 21 2014, 8:35 PM
bzimport set Reference to bz2517.

robchur wrote:

Tim's poked this lately.