Skip to content
Snippets Groups Projects

Issue #3232761: Create Local task links for the Automatic Update form

Files
6
+ 1
1
@@ -158,7 +158,7 @@ class BatchProcessor {
if ($success) {
\Drupal::messenger()->addMessage('Update complete!');
// @todo redirect to update.php?
return new RedirectResponse(Url::fromRoute('automatic_updates.update_form', [],
return new RedirectResponse(Url::fromRoute('update.status', [],
['absolute' => TRUE])->toString());
}
static::handleBatchError($results);
Loading