gestadieu / sfAdminThemejRollerPlugin

Symfony admin generator with jQuery UI Theme Roller integration
MIT License
24 stars 9 forks source link

Not updating queries with generator.yml changes #13

Open freqout opened 13 years ago

freqout commented 13 years ago

I've been using this plugin for a project today and liking it a lot. I tried putting in some sorts on virtual columns but they didn't work. I removed them but now am still getting SQL errors that show it still trying to do sorts on those columns. I've re-edited and resaved the generator.yml, even taking the virtual columns out of the list view (in which they worked fine). I've blowen away the cache with both "symfony cc" and by deleting everything in the cache directory and it's still trying to run that same query. Any thoughts on where it might be keeping the query and how to force it to update to what's actually in my generator.yml?