Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions app/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ def update_paid_su_requests_info_table(ticket_response, form_elements_dict, desc
'assignee': form_elements_dict.get('assignee', ''),
'owner_name': form_elements_dict.get('name', ''),
'owner_uid': form_elements_dict.get('uid', ''),
'allocation_name': form_elements_dict.get('Allocation Type', ''),
'allocation_name': form_elements_dict.get('su-allocation', ''),
'financial-contact': form_elements_dict.get('financial-contact', ''),
'group_name': form_elements_dict.get('su-allocation', ''),
'group_name': form_elements_dict.get('department', ''),
'project_name': project_ticket_route[0],
'descrition': desc_str
}
Expand Down Expand Up @@ -148,9 +148,9 @@ def update_project_storage_request_info_table(ticket_response, form_elements_dic
'assignee': form_elements_dict.get('assignee', ''),
'owner_name': form_elements_dict.get('name', ''),
'owner_uid': form_elements_dict.get('uid', ''),
'allocation_name': form_elements_dict.get('Allocation Type', ''),
'financial-contact': form_elements_dict.get('financial-contact', ''),
'group_name': form_elements_dict.get('mygroup-ownership', ''),
'share_name': form_elements_dict.get('shared-space-name', ''),
'project_name': project_ticket_route[0],
'descrition': desc_str
}
Expand Down Expand Up @@ -184,9 +184,9 @@ def update_standard_storage_request_info_table(ticket_response, form_elements_di
'assignee': form_elements_dict.get('assignee', ''),
'owner_name': form_elements_dict.get('name', ''),
'owner_uid': form_elements_dict.get('uid', ''),
'allocation_name': form_elements_dict.get('Allocation Type', ''),
'financial-contact': form_elements_dict.get('financial-contact', ''),
'group_name': form_elements_dict.get('mygroup-ownership', ''),
'share_name': form_elements_dict.get('shared-space-name', ''),
'project_name': project_ticket_route[0],
'descrition': desc_str
}
Expand Down
Loading