1
0
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:
Awilum
2020-02-21 21:23:37 +03:00
parent 51a30823ec
commit 62aadb1874

View File

@@ -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'));
}
/**