An issue came through the TS ticketing system and was passed to us, where this application has an input field missing for the Ceph question.
Turned out that this Ceph question has a question type of multi_select, while on the frontend for canonical.com we only check for the multi select type of multi_value_multi_select, hence the problem.
Rationale
An issue came through the TS ticketing system and was passed to us, where this application has an input field missing for the Ceph question.
Turned out that this Ceph question has a question type of
multi_select
, while on the frontend for canonical.com we only check for the multi select type ofmulti_value_multi_select
, hence the problem.Done
multi_select
question typeQA
dotrun
Issue / Card
WD-14817
Screenshots
Before fix:
After fix: