Philipp Schneider
Philipp Schneider
I don't always update the bundled .db file when I add a new schema version but instead I add an upgrade script .sql file (e.g. database.db_upgrade_2-3.sql) and accodingly increment (e.g....
Using Wireshark I realized the curl adapter sends the `Content-Type: application/x-www-form-urlencoded` header by default when sending a body/payload in the HTTP Request. The Request body is **json**, so it should...
When I change the position (order) of lists within a swimlane the position isn't properly persisted. When I reload the webpage, the position of the list is reset to what...
(I already observed the issue in 8.16.) See messages on websocket: ```json { "msg": "method", "id": "11", "method": "/users/update", "params": [{ "_id": "ABCdefGHIjkl12345" }, { "$set": { "profile.notifications.5.read": { "$date":...