sebDK

Results 10 comments of sebDK

I got also the same issue. No WIFI network available. But, kind of weird, my clara get pick up files on Google Drive.

First the script getRemoteFile.sh need to be corrected. Curl is not running correctly (problem with -o) I used the following worardound to keep the WIFI working; getting the lastest firmware...

Download the last FW version from https://kbdownload1-a.akamaihd.net/firmwares/kobo7/Nov2020/kobo-update-4.25.15875.zip. There is a newer version but not tested Follow procedure explained in: https://github.com/fsantini/KoboCloud Once project source is available on your machine, replace the...

Hi Tudor, Any news about the upgrade? I am about to try to start to do it. Easygrid is great!

Hi @atasc, I did not success in upgrading this plugin. I got a talk with Burt about the blocking issue I met (I can explain you later if you want...

Hi @atasc . The blocking issue I met is [here](https://github.com/tudor-malene/Easygrid/blob/master/grails-app/services/org/grails/plugin/easygrid/EasygridInitService.groovy#L134). `registerMapping` method does not exist anymore with Grails 3 http://docs.grails.org/3.1.6/api/org/codehaus/groovy/grails/commons/GrailsControllerClass.html http://docs.grails.org/2.5.0/api/org/codehaus/groovy/grails/commons/GrailsControllerClass.html S.

@wayco it sounds really cool. Great work ! Maybe you could post your upgrade when you are finished.

I think I found why the FilterFormService was not called. In EasygridDispatchService.groovy ``` javascript static def services = [ GridImpl: 'gridImplService', DS : 'dataSourceService', AC : 'autocomplete.autocompleteService', Export : 'export.exportService',...

Finally, I made it working. First be sure to change FFF to FF in EasygridDispatchService.groovy Second, here is the way to add a filter form: ``` javascript filterForm { fields...

Hi @johnvlittle, Did you figure out how to fix this issue? S.