3 Replies
I get a notification that the form was updated, but I dont get rediredted to the index page of the Expense resource
My only solution so far is to do
$this->redirect('/app/expenses');
, but that is not a good oneYou don't redirect in that code? Only run
getUrl()
which returns the URL as a stringredirect($this->getResource()::getUrl('index'));