1
0
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:
Kristian Feldsam 2018-02-19 14:55:20 +01:00 committed by Ruben S. Montero
parent 9c417fca27
commit bce2bf8c18

View File

@ -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