Skip to content
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

Make content view filter rules searchable #193

Merged
merged 1 commit into from Sep 2, 2015
Merged

Make content view filter rules searchable #193

merged 1 commit into from Sep 2, 2015

Conversation

Ichimonji10
Copy link
Contributor

Sample test results:

>>> from nailgun import entities
>>> cv_filter = entities.RPMContentViewFilter(content_view=1).create(True)
>>> entities.ContentViewFilterRule(content_view_filter=cv_filter).search()
[]

Sample test results:

    >>> from nailgun import entities
    >>> cv_filter = entities.RPMContentViewFilter(content_view=1).create(True)
    >>> entities.ContentViewFilterRule(content_view_filter=cv_filter).search()
    []
@Ichimonji10
Copy link
Contributor Author

For more test results, see SatelliteQE/robottelo#2724.

@elyezer
Copy link
Contributor

elyezer commented Sep 1, 2015

ACK

1 similar comment
@sghai
Copy link
Contributor

sghai commented Sep 2, 2015

ACK

sghai added a commit that referenced this pull request Sep 2, 2015
Make content view filter rules searchable
@sghai sghai merged commit db679f7 into SatelliteQE:master Sep 2, 2015
@Ichimonji10 Ichimonji10 deleted the cvfr-search branch September 2, 2015 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants