- 🇷🇴Romania amateescu
Logging was added in 🐛 Ensure the 'collection' column in the wse_config_field_revision table Fixed .
Automatically closed - issue fixed for 2 weeks with no activity.
Many methods in WseConfigDatabaseStorage
contain try/catch statements but fail silently without logging if something goes wrong. Let's change this and add logging and some error messages when exceptions are thrown.
Revert the code to before the commit 0e094f55d4d6376ef42ddf8ac1a876cda6bfe209
Inside a workspace create a workspace config, for example by creating a view
Try to delete the view
Result: The view isn't getting deleted but there's no message or log record that indicates something went wrong due to the try/catch in WseConfigDatabaseStorage::delete()
.
Add logging and messages via injected services in the catch branches of the try/catch statements in WseConfigDatabaseStorage
.
Fixed
1.0
Workspace Config
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Logging was added in 🐛 Ensure the 'collection' column in the wse_config_field_revision table Fixed .
Automatically closed - issue fixed for 2 weeks with no activity.