Change dropdown options to single quotes in Bug Report

Fixed quotes
This commit is contained in:
snipe
2025-09-23 13:02:36 +01:00
committed by GitHub
parent ad0daf33b9
commit 0ddf0002c4

View File

@@ -72,8 +72,8 @@ body:
attributes:
label: Can you reproduce this on the demo at https://demo.snipeitapp.com?
options:
- Yes
- No
- 'Yes'
- 'No'
- N/A
- type: dropdown
id: fmcs
@@ -81,16 +81,16 @@ body:
label: Do you have full multiple company support enabled?
description: You can check this in Admin Settings > General Settings > Scoping.
options:
- Yes
- No
- 'Yes'
- 'No'
- type: dropdown
id: fmcs-location
attributes:
label: If you have full multiple company support enabled, do you have location scoping to company enabled?
description: You can check this in Admin Settings > General Settings > Scoping.
options:
- Yes
- No
- 'Yes'
- 'No'
- I do not have full multiple company support enabled
- type: textarea
id: server-logs