yii2-js-urlmanager
yii2-js-urlmanager copied to clipboard
Wrong url return with enablePrettyUrl = true
UrlManager.createUrl('/foo/bar', {id:10}); will return "/foo/barnull?id=10"
Its automatically add "null" to the url path.
Here is the Yii2 urlManager configuration: 'urlManager' => [ 'enablePrettyUrl' => true, 'showScriptName' => false, 'rules' => [ ], ],
Thanks for feedback. I can handle it in 2 days.
This issue still exists in version 1.2.0.
Yes this issue still persists @mcserep
is there any progress in solving this issue @dmirogin
Sorry, don't have time to resolve it.