Skip to content

Commit

Permalink
make institution-specific code attribute editable
Browse files Browse the repository at this point in the history
  • Loading branch information
jtriley committed Jan 24, 2024
1 parent c21241c commit 73aea53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coldfront_plugin_cloud/attributes.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
ALLOCATION_INSTITUTION_SPECIFIC_CODE: {
'type': 'Text',
'is_private': False,
'is_changeable': False,
'is_changeable': True,
},
}

Expand Down

0 comments on commit 73aea53

Please sign in to comment.