Reto Tschuppert
Reto Tschuppert
Escaping in postgres is done using quotes around column name \"\"
@Daverball In the above [commit](https://github.com/OneGov/onegov-cloud/pull/918/commits/e6fcdb16bf373b01038fe613ec355568649af58c) I am fighting with more complex hybrid expressions. Most of them gather data from other tables and I could not figure out how to properly...
@Daverball is there an easy way to verify if a migration script has been invoked on an instance similar to upgrade tasks in `upgrades` table? I want to make sure...
@Daverball I found when exchanging the organigram attachement I need to delete the `model.organigram` to ensure a new storage id will be created with the new attachement and therefore a...
I found Events do not have the issue when replacing the image. So l looked into it. The difference is `form.populate_obj()` vs ` form.update_model()`. I will investigate on this...
Unfortunately the 'last-modified' response header did not resolve the issue although it was set correctly. A regular refresh did not reload the image resource, see last commit. The root cause,...
After moving the `add_last_modified_headers` to the 'file view head' and some debugging I see that `view_file` is only called on browser 'force refresh' but not on 'refresh'. On the other...
No, I still don't see any head views calls when removing max age... I also did various changes regarding caching, changing the headers. Nothing helped there as the file view...
The email addresses are not fully visible in the translator view. It seems disabling `overflow-x: auto;` would fix it
> more information on how to use the categories, it's not clear to me where they can be created. In `/newsletter-settings` you can define the categories as yaml list, an...