We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff87926 + 1e5fe08 commit d42919dCopy full SHA for d42919d
1 file changed
src/coldfront_plugin_cloud/attributes.py
@@ -73,8 +73,8 @@ class CloudAllocationAttribute:
73
CloudAllocationAttribute(
74
name=ALLOCATION_CUMULATIVE_CHARGES,
75
type="Text",
76
- is_private=True,
77
- is_changeable=True,
+ is_private=False,
+ is_changeable=False,
78
),
79
80
name=ALLOCATION_PREVIOUS_CHARGES,
0 commit comments