Fixes the dropdown ids in a-bug.yml
This commit is contained in:
parent
dd9b9aa30e
commit
9d2cbb0f7a
@ -22,7 +22,7 @@ body:
|
|||||||
value: |
|
value: |
|
||||||
# Environment Details
|
# Environment Details
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: system
|
id: joomla_version
|
||||||
attributes:
|
attributes:
|
||||||
label: Which Joomla version are you using?
|
label: Which Joomla version are you using?
|
||||||
multiple: true
|
multiple: true
|
||||||
@ -35,7 +35,7 @@ body:
|
|||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: system
|
id: sermon_distributor_version
|
||||||
attributes:
|
attributes:
|
||||||
label: Which Joomla Sermon Distributor version are you using?
|
label: Which Joomla Sermon Distributor version are you using?
|
||||||
multiple: true
|
multiple: true
|
||||||
@ -49,7 +49,7 @@ body:
|
|||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: system
|
id: php_version
|
||||||
attributes:
|
attributes:
|
||||||
label: Which PHP version are you using?
|
label: Which PHP version are you using?
|
||||||
multiple: true
|
multiple: true
|
||||||
@ -64,7 +64,7 @@ body:
|
|||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: system
|
id: apache_version
|
||||||
attributes:
|
attributes:
|
||||||
label: Which Apache version are you using?
|
label: Which Apache version are you using?
|
||||||
multiple: true
|
multiple: true
|
||||||
|
Loading…
Reference in New Issue
Block a user