What's changed
Bug Fixes (3)
-
frontend: notification with multiple error lines layout (#7421)
Improve layout of import error notification when multiple lines of text
needs to be displayed. -
myLibrary: menu overflowing ugly in single collection route (#7393)
When viewing a single collection with a small amount of items, the "More
actions" menu was being displayed in small scrollable container making
it hard to use it. No more. -
submissions: allow editing submissions with legacy duplicate field names (#7414)
Fixes a bug blocking users from editing submissions that had been made
to older forms with duplicate field names (before they were forbidden).Formpack does not allow duplicate field names. In the past, if an XLS
was uploaded with duplicate field names, we silently renamed them for
formpack, keeping the old duplicate names around in KPI. We changed this
behavior in a previous fix to forbid uploading forms with duplicates,
but there were still legacy forms that had been previously uploaded and
deployed. Once we started raising an error with duplicates, trying to
edit a submission for one of these legacy forms would trigger the error.
This PR fixes that.
Continous Integration (1)
- releases: disambiguate linear keys (#7399)
Full Changelog: https://github.com/kobotoolbox/kpi/compare/2.026.30..2.026.30a