Skip to content

Commit d42919d

Browse files
authored
Merge pull request #302 from QuanMPhm/297/private
ALLOCATION_CUMULATIVE_CHARGES attribute no longer private or changeable
2 parents ff87926 + 1e5fe08 commit d42919d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/coldfront_plugin_cloud/attributes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ class CloudAllocationAttribute:
7373
CloudAllocationAttribute(
7474
name=ALLOCATION_CUMULATIVE_CHARGES,
7575
type="Text",
76-
is_private=True,
77-
is_changeable=True,
76+
is_private=False,
77+
is_changeable=False,
7878
),
7979
CloudAllocationAttribute(
8080
name=ALLOCATION_PREVIOUS_CHARGES,

0 commit comments

Comments
 (0)