unique IDs

This commit is contained in:
Bennett Blodinger 2021-09-02 17:37:47 -05:00
parent 43b7c844b0
commit 51a359496a

View file

@ -25,7 +25,7 @@ body:
2. 2.
3. 3.
... ...
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
@ -46,6 +46,7 @@ body:
validations: validations:
required: true required: true
- type: input - type: input
id: server_operatingSystem
attributes: attributes:
label: Operating System label: Operating System
description: 'e.g. Ubuntu, Windows' description: 'e.g. Ubuntu, Windows'
@ -66,14 +67,17 @@ body:
attributes: attributes:
value: Desktop value: Desktop
- type: input - type: input
id: desktop_operatingSystem
attributes: attributes:
label: Operating System label: Operating System
description: 'e.g. Ubuntu, Windows' description: 'e.g. Ubuntu, Windows'
- type: input - type: input
id: desktop_browser
attributes: attributes:
label: Browser label: Browser
description: 'e.g. Google Chrome, Safari' description: 'e.g. Google Chrome, Safari'
- type: input - type: input
id: desktop_version
attributes: attributes:
label: Version label: Version
description: 'e.g. 93' description: 'e.g. 93'
@ -85,14 +89,17 @@ body:
label: Device label: Device
description: 'e.g. iPhone 6, Pixel 4a' description: 'e.g. iPhone 6, Pixel 4a'
- type: input - type: input
id: device_operatingSystem
attributes: attributes:
label: Operating System label: Operating System
description: 'e.g. iOS 8.1, Android 9' description: 'e.g. iOS 8.1, Android 9'
- type: input - type: input
id: device_browser
attributes: attributes:
label: Browser label: Browser
description: 'e.g. Google Chrome, Safari' description: 'e.g. Google Chrome, Safari'
- type: input - type: input
id: device_version
attributes: attributes:
label: Version label: Version
description: 'e.g. 93' description: 'e.g. 93'
@ -106,7 +113,7 @@ body:
Confirm whether the error is reproducible on the demo: https://snipeitapp.com/demo. Confirm whether the error is reproducible on the demo: https://snipeitapp.com/demo.
Include any additional information you can find in `storage/logs` and your webserver's logs. Include any additional information you can find in `storage/logs` and your webserver's logs.
Include the output from `php -m` (this should display what modules you have enabled.) Include the output from `php -m` (this should display what modules you have enabled.)
render: shell render: shell
- type: textarea - type: textarea
attributes: attributes:
label: Additional context label: Additional context