Skip to content

Commit

Permalink
update facility_account_dict
Browse files Browse the repository at this point in the history
  • Loading branch information
claire-peters committed Jan 18, 2024
1 parent 934806e commit c077869
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion coldfront/core/allocation/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,8 @@ def post(self, request, *args, **kwargs):

facility_account_dict = {
'facility': 'Research Computing Storage',
'account': { 'id': account.id },
'account': account.code,
'is_valid': True,
}
person.facility_accounts.append(facility_account_dict)
ifxid = str(allocation_obj.project.pi.ifxid)
Expand Down

0 comments on commit c077869

Please sign in to comment.