Closed siggi-k closed 4 years ago
Hi! Released plugin version 0.10.57.33. Try for reproduce the problem.
Issue is still valid:
As far as I see this line should only replace "action" when it is at the beginning of the string:
should be fixed by https://github.com/nvlad/yii2support/pull/257
What steps will reproduce the problem?
TransactionActualController
public function actionCreateTransactionActual () {...}
View
Url::to([create..
What is the expected result?
Url::to([create-transaction-actual])
What do you get instead?
Url::to([create-trans-actual])
Additional info