Tuesday, February 25, 2025
1 change · saas-17.4
Resolved issues and error corrections
Empty fields in the new Kanban editor now show a visible placeholder instead of appearing blank or invisible. This makes it easier for users customizing Kanban views in Studio to see and edit all available fields, even when the sample record has no value.
Original PR description
The kanban has been reworked with https://github.com/odoo/odoo/pull/167751 and odoo/enterprise@23426182d92198cf977d7eecbfb3d47117d80c59 Before this commit when a field is empty (the record has no value for a field) in the kanban editor -- new version -- that field had no size and was virtually invisible. This was because one little line of code was missing to enable the feature of applying a placeholder in the empty field to make it visible. opw-4526492