mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-27 05:41:00 -05:00
Brings in: - [ ] https://github.com/alphagov/notifications-utils/pull/128 This means that `RecipientCSV` will sometimes return the value of a cell in a spreadsheet as a `list`, not a `string`. So we need to handle that, rather than putting a Python representation (`['one', 'two', 'three']`) on the page. This commit handles it by putting a bulleted list on the page instead. This breaks our model of showing the spreadsheet as it appears in Excel or whatever, because we’re showing the aggregation of the columns into a list. However: - this is the easier thing to do for now - it might actually be more usable because it keeps the table narrower