scoumbourdis / grocery-crud

Grocery CRUD is a PHP Codeigniter Framework library that creates a full functional CRUD system without the requirement of extra customisation to the JavaScripts or the CSS to do it so.
http://www.grocerycrud.com
GNU General Public License v3.0
1.01k stars 472 forks source link

Not remembering search filter after leaving list #409

Open cjessex opened 7 years ago

cjessex commented 7 years ago

Hi,

I am using datatables theme, and when searching for something in the list, it filters the data fine. If I then click add / edit and return back to the list, the field is still populated with the search (which I want), however, the list is no longer filtered by that search.

After spending time on this, I have come to the conclusion that this only happens when the config url is set within the codeigniter config file. If it is set to http://localhost, or an IP address this issue occurs, however if it is not set then this does not occur.

mckaygerhard commented 7 years ago

this its the expected behaviour and this its a duplication of #410 problem, always will happened with modern browsers.. jajaja

cjessex commented 7 years ago

Further information.. when running on a Linux server, with Apache this error doesn't occur, only when running on a Windows machine running XAMPP server.

mckaygerhard commented 7 years ago

as always a stupid guindows problem.. so there's no a problem.. this issue must be closed now!

ghost commented 6 years ago

No, the same source is running on Apache with same issue. Dropdown is prefilled after data is inserted, but unless explicitly set again, it does not get the value when submitting. Therefore this isn't a windows problem.