You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But instead of adding records, i´m using it to search a model via GET.
Everything behaves the way it should, exept when I use the browser back button and reach the first state without any search, pjax is replacing the GridView with a duplicate of the search form, so I´m getting a page with two search forms and no GridView.
I've also tested it using a plain CRUD generated by Yii, and I get the same wrong behavior.
The text was updated successfully, but these errors were encountered:
Hi, I'm implementing this example: http://www.yiiframework.com/wiki/772/pjax-on-activeform-and-gridview-yii2
But instead of adding records, i´m using it to search a model via GET.
Everything behaves the way it should, exept when I use the browser back button and reach the first state without any search, pjax is replacing the GridView with a duplicate of the search form, so I´m getting a page with two search forms and no GridView.
I've also tested it using a plain CRUD generated by Yii, and I get the same wrong behavior.
The text was updated successfully, but these errors were encountered: