Files
ubicloud/routes/project
Jeremy Evans 9ea1c0b457 Keep submitted checkboxes when attempting to remove all members from Admin subject tag
Instead of a normal redirect, raise a Sequel::ValidationFailed exception,
which the error handler will handle, and will result in `flash["old"]`
being set.

It wasn't working even after that fix, because remove_checked
is an array of UUIDs, not an array of UBIDs, so convert
from UBID to UUID when calling `remove_checked&.include?`.

After changes:

Line Coverage: 100.0% (11673 / 11673)
Branch Coverage: 99.71% (3096 / 3105)
2025-01-14 09:04:22 -08:00
..
2024-12-18 11:04:28 -08:00
2025-01-03 11:55:49 -08:00
2024-12-18 11:04:28 -08:00
2024-11-22 08:48:46 -08:00
2025-01-03 13:26:43 +01:00
2024-12-18 11:04:28 -08:00
2024-12-18 11:04:28 -08:00
2025-01-03 13:26:43 +01:00