fix: [JS] fixed a JS breaking bug

pull/4419/head
iglocska 2019-04-04 09:37:52 +02:00
parent f2a75336ea
commit b2ebee7e48
1 changed files with 1 additions and 1 deletions

View File

@ -2434,7 +2434,7 @@ function moduleResultsSubmit(id) {
temp = {
uuid: object_uuid,
name: $(this).find('.ObjectName').text(),
meta-category: $(this).find('.ObjectMetaCategory').text(),
meta_category: $(this).find('.ObjectMetaCategory').text(),
distribution: $(this).find('.ObjectDistribution').val(),
sharing_group_id: $(this).find('.ObjectSharingGroup').val()
}