1
0
Fork 0
mirror of https://github.com/cisagov/log4j-affected-db.git synced 2024-11-22 16:40:48 +00:00

Update dropdown in the product update form

Update the product update dropdown's label and options. Mainly focused
on removing usage of Yes/No because these are boolean values in YAML
and thus needed special handling compared to other strings. This mirrors
changes done to the product submission form.
This commit is contained in:
Nicholas McDonnell 2021-12-28 13:59:16 -05:00
parent 90a215e618
commit 01a719c4c6
No known key found for this signature in database
GPG key ID: 7994ADE2A56BE5D1

View file

@ -54,11 +54,11 @@ body:
- type: dropdown
id: product-updated
attributes:
label: Product update available
label: Product update
description: Is there an update available for the product?
options:
- "Yes"
- "No"
- Available
- Not Available
- type: input
id: product-update-link
attributes: