Page MenuHomePhabricator

Form to view task by id when no id given
Closed, DeclinedPublic

Description

I found a TODO which is probably forgotten so I created a task for that here.

if ( is_null( $task ) ) {
    //TODO easy form to allow entering of task ID to view task? (Or list of tasks?)
    $this->getOutput()->setPageTitle( 'View Task' );
    $this->getOutput()->addWikiText( 'No task exists with the id: ' . $taskId );

    return;
}

Look there: http://phabricator.wikimedia.org/diffusion/EMSA/browse/master/src/MassActionSpecialPage.php;5c52c9c8140e1fedf03d128278763765baf9c172$156

Event Timeline

Kizule subscribed.

Closing as declined because of archival per T207137.