mirror of
https://github.com/flextype/flextype.git
synced 2025-08-15 17:44:17 +02:00
feat(admin-plugin): fix redirect for Delivery Entries edit process
This commit is contained in:
@@ -239,7 +239,7 @@ class ApiDeliveryEntriesController extends Controller
|
||||
$this->flash->addMessage('error', __('admin_message_delivery_entries_api_token_was_not_updated'));
|
||||
}
|
||||
|
||||
return $response->withRedirect($this->router->pathFor('admin.api_delivery_images.index'));
|
||||
return $response->withRedirect($this->router->pathFor('admin.api_delivery_entries.index'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user