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

[#425] Fix filter for "issues" page #427

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

Asgef
Copy link
Contributor

@Asgef Asgef commented Jun 10, 2024

Переделал метод get_good_first_issue для фильтра IssuesFilter.

В текущем варианте queryset, передаваемый в метод, не используется, создаётся новый. Что сбрасывает фильтрацию по имени репозитория.

Переделанный вариант метода get_good_first_issue работает с переданным ему queryset, изменяет его, и возвращает.

Демо выложил. Описание демо, в топике issue.

@fey fey merged commit 58300b2 into Hexlet:main Jun 17, 2024
1 check passed
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.

2 participants