João Valente

Results 2 comments of João Valente

Hello @gnapse, I am able to reproduce this issue on Windows 10, non-retina display. Both Chrome and Firefox. ![image](https://user-images.githubusercontent.com/40036/151974574-baaccf4b-3a7c-418e-ab98-1c354ebb9263.png) ![image](https://user-images.githubusercontent.com/40036/151974582-bb849930-d42e-45af-a682-8d5cca0e22ea.png)

@CentroDL, the from column name on refinery_calendar_events table seems to be what is causing this issue since [it is a sqlite keyword](http://www.sqlite.org/lang_keywords.html). I've replace from by start [here](https://github.com/jvalente/refinerycms-calendar/commit/5498c976ed2b77734a9a58dfe67de8116d244c35) and everything...