Skip to content

Commit

Permalink
add errata_id param to ContentViewFilterRule
Browse files Browse the repository at this point in the history
errata param already excists but the Satellite expects errata_id to be set to the Red Hat Errata ID when creating Content View Filter Rules, if I use the errata field Nailgun ends up sending the Database ID to Satellite, but i need to Red Hat Errata ID.
  • Loading branch information
sean797 committed Aug 2, 2018
1 parent ba07e4d commit 284d5be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nailgun/entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -1865,6 +1865,7 @@ def __init__(self, server_config=None, **kwargs):
),
'end_date': entity_fields.DateField(),
'errata': entity_fields.OneToOneField(Errata),
'errata_id': entity_fields.StringField(),
'max_version': entity_fields.StringField(),
'min_version': entity_fields.StringField(),
'name': entity_fields.StringField(
Expand Down

0 comments on commit 284d5be

Please sign in to comment.