-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Filters field in Role entity #459
Conversation
add a quick example as we usually do in nailgun PRs like the field is returned in POST or GET queries |
For test results please look at -> SatelliteQE/robottelo#5592 (comment) |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK
nailgun/entities.py
Outdated
@@ -5586,6 +5586,7 @@ def __init__(self, server_config=None, **kwargs): | |||
), | |||
'location': entity_fields.OneToManyField(Location), | |||
'organization': entity_fields.OneToManyField(Organization), | |||
'filters': entity_fields.OneToManyField(Filter), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, btw, please sort fields alphabetically
e8689d1
to
434c52f
Compare
@abalakh , Sorted alphabetically! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK
$subject