Skip to content

Commit 0f00bba

Browse files
zjhuntinclaude
andauthored
Remove simple_content_access field from Organization entity (#1405)
The simple_content_access field was removed from Katello's Organization API response in Katello PR #11616 as SCA is now the only content access mode. This field is no longer returned by the API, causing KeyError when reading Organization entities. Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent a20023c commit 0f00bba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nailgun/entities.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5991,7 +5991,6 @@ def __init__(self, server_config=None, **kwargs):
59915991
'subnet': entity_fields.OneToManyField(Subnet),
59925992
'title': entity_fields.StringField(),
59935993
'user': entity_fields.OneToManyField(User),
5994-
'simple_content_access': entity_fields.BooleanField(),
59955994
}
59965995

59975996
self._fields.update(

0 commit comments

Comments
 (0)