TbExtendedGridView Paging - Forward slashes in paging...
jackkitley opened this issue · 1 comments
Overview:
Im currently using version Bootstrap v3.2.0 of YiiBooster.
In previous versions i do the same thing and it works fine.
Scenario:
I use an seperate search from the grid and the search fields are in a seperate form. When i do a onchange in the dropdown then i trigger:
The package_filter gets serialized and then the grid is filtered based on what i selected.
Problem:
The problem occurs when i use the filter and then select a page greater than 1. It then concats the duplicate values onto the paging:
When it should look like the following:
I fixed this by adding the following to my URL Manager->Rules:
'module:w+/controller:w+/action:w+'=>'//',