Open ccanos opened 6 months ago
I guess that's what happens when you store arrays as comma-separated string in the database. For the issue I see 3 solutions:
I'd personally go with the 3rd because unlike as with callout locations there seems to be a strong relation between a callout and a flow state and it seem to lay within the business logic/domain.
@me-andre my preference for now is #1, going to 2 is possible, #3 is too disruptive a change to pick up at the moment.
After furthter discussion: please do option 1, with enforcement server side.
Describe the bug When an innovation flow state has a comma in the display name, weird things happen. the flow-state tagset is misinterpreted and the callouts in that state disappear.
To Reproduce Steps to reproduce the behavior:
flow-state
tagset comes with two tags instead of one.Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context Add any other context about the problem here.
Areas that will be affected Optional, to be added by developer if relevant