Add dropdown options to Bug Report template

Added additional fields to bug report template related to FMCS
This commit is contained in:
snipe
2025-09-23 13:01:37 +01:00
committed by GitHub
parent 0b60c6a939
commit ad0daf33b9
+25
View File
@@ -67,6 +67,31 @@ body:
- Safari
- Microsoft Edge
- Other
- type: dropdown
id: on-demo
attributes:
label: Can you reproduce this on the demo at https://demo.snipeitapp.com?
options:
- Yes
- No
- N/A
- type: dropdown
id: fmcs
attributes:
label: Do you have full multiple company support enabled?
description: You can check this in Admin Settings > General Settings > Scoping.
options:
- 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
- I do not have full multiple company support enabled
- type: textarea
id: server-logs
attributes: