From 1e5fe08dd5972460d1579e4543fbaa94476a5d70 Mon Sep 17 00:00:00 2001 From: Quan Pham Date: Fri, 20 Mar 2026 09:17:13 -0400 Subject: [PATCH] ALLOCATION_CUMULATIVE_CHARGES attribute no longer private or changeable --- src/coldfront_plugin_cloud/attributes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/coldfront_plugin_cloud/attributes.py b/src/coldfront_plugin_cloud/attributes.py index 6b74b23b..1f09e878 100644 --- a/src/coldfront_plugin_cloud/attributes.py +++ b/src/coldfront_plugin_cloud/attributes.py @@ -73,8 +73,8 @@ class CloudAllocationAttribute: CloudAllocationAttribute( name=ALLOCATION_CUMULATIVE_CHARGES, type="Text", - is_private=True, - is_changeable=True, + is_private=False, + is_changeable=False, ), CloudAllocationAttribute( name=ALLOCATION_PREVIOUS_CHARGES,