Add dropdown options to Bug Report template
Added additional fields to bug report template related to FMCS
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user