mirror of
https://github.com/OpenNebula/one.git
synced 2025-02-10 13:57:22 +03:00
Fixed create support ticket severity custom field
Signed-off-by: Kristián Feldsam <feldsam@gmail.com>
This commit is contained in:
parent
9c417fca27
commit
bce2bf8c18
@ -171,7 +171,8 @@ post '/support/request' do
|
||||
:custom_fields => [
|
||||
{:id => SUPPORT[:custom_field_severity], :value => body_hash['severity']},
|
||||
{:id => SUPPORT[:custom_field_version], :value => body_hash['opennebula_version']}
|
||||
]
|
||||
],
|
||||
:tags => [body_hash['severity']]
|
||||
})
|
||||
|
||||
if zrequest.save
|
||||
|
Loading…
x
Reference in New Issue
Block a user