simialbi / yii2-elfinder

This extension integrates the jQuery elFinder into yii2 framework
MIT License
7 stars 5 forks source link

goBack a bit difficult #16

Closed paskuale75 closed 2 years ago

paskuale75 commented 2 years ago

Hi @simialbi if I try to go back, using yii's goBack () function, it stays in the same view.

thanks

simialbi commented 2 years ago

Try using yii\helpers\Url::remember

paskuale75 commented 2 years ago

ok i will try with this, thanks a lot ;)