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

Consolidate get_queryset methods #13906

Merged
merged 2 commits into from
Apr 28, 2023

Conversation

AlanCoding
Copy link
Member

SUMMARY

With a recent merge #13676, we added the ability to slap filter_read_permission = False on a view to get a certain functionality where it didn't filter a sublist the view is showing.

This logic already existed in a highly duplicated form among a number of views, so this deletes those methods in favor of the flag.

ISSUE TYPE
  • Bug, Docs Fix or other nominal change
COMPONENT NAME
  • API

@AlanCoding
Copy link
Member Author

I kicked off integration tests, if those come back looking good I'll come back and merge.

@AlanCoding AlanCoding marked this pull request as ready for review April 27, 2023 12:54
@AlanCoding AlanCoding merged commit 77175d2 into ansible:devel Apr 28, 2023
14 checks passed
djyasin pushed a commit to djyasin/awx that referenced this pull request Apr 28, 2023
In a prior merge, we added the ability to slap filter_read_permission = False on a view to get a certain functionality where it didn't filter a sublist the view is showing.

This logic already existed in a highly duplicated form among a number of views, so this deletes those methods in favor of the flag.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants