Antti Hukkanen
Antti Hukkanen
#### :tophat: What? Why? Components that define imports are currently broken at the votings space. This fixes the issue. #### :pushpin: Related Issues - Fixes #9580 #### Testing - Go...
#### :tophat: What? Why? Apparently in some older Decidim versions it was possible that the authorization's metadata column was set to `nil`. This means that there can still be database...
#### :tophat: What? Why? As described at #9017, the initiatives controller spec was sometimes failing and the reason turned out to be that sometimes its title or description were too...
#### :tophat: What? Why? Currently the "finite" value is not set correctly for infinite debates when editing them. This fixes the issue. #### :pushpin: Related Issues - Fixes #8067 ####...
#### :tophat: What? Why? v0.24.0 renamed the participatory process group's `name` column to `title` after PR #6823. This also caused a change in the export/import formats that caused the formats...
**Describe the bug** Decidim provides a "toggle" UI element e.g. on the notification settings page at `/notifications_settings`. I would assume that as a user browsing this page using keyboard, I...
#### :tophat: What? Why? When importing resources to unpublished components, they can be imported currently multiple times. This PR fixes the issue. #### :pushpin: Related Issues - Fixes #9303 ####...
#### :tophat: What? Why? When trying to add a new conference speaker with avatar or updating an avatar of an existing speaker, it won't work currently. This fixes the issue....
#### :tophat: What? Why? Currently trying to enter any components under initiatives is broken. The reason is the conflicting method name `manifest` for resources that are both participatory spaces and...
#### :tophat: What? Why? At the admin panel when we upload specific CSV files and they are malformed (e.g. wrong encoding), the system will just show a general HTTP 500...