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

Modify task recommendation and candidates #2731

Merged
merged 1 commit into from
Jan 31, 2018

Conversation

sampsyo
Copy link
Member

@sampsyo sampsyo commented Nov 1, 2017

Should fix #2441.

The problem in that bug is that the rec and candidates produced by subsequent actions, like manual searching, were just kept in local variables instead of assigning them on the ImportTask object. That meant that plugins and such could not inspect these new candidates; they only saw the old ones (if they existed).

I'm not sure how wide-ranging the effects of this change will be, so some thorough testing here would be greatly appreciated!

This way, subsequent candidates can be exposed to plugins instead of
just used locally to interact with the user.
@Vrihub
Copy link
Contributor

Vrihub commented Dec 29, 2017

Ouch, it seems this patch didn't make it to 1.4.6 :(
FWIW I've been using it so far without any problems.

@sampsyo
Copy link
Member Author

sampsyo commented Dec 29, 2017

Great! If it's working for you, I'll make a note to try out a few things and then merge it.

@VisionaryX
Copy link

can't understand, but wish can get to a better place.

@sampsyo
Copy link
Member Author

sampsyo commented Jan 31, 2018

Alright; I have finally merged this! Thanks for your patience.

@sampsyo sampsyo merged commit 0d8d1c3 into master Jan 31, 2018
sampsyo added a commit that referenced this pull request Jan 31, 2018
Modify task recommendation and candidates
sampsyo added a commit that referenced this pull request Jan 31, 2018
@arcresu arcresu deleted the 2441-search-edit-candidates branch April 24, 2019 05:03
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.

Import: allow edit right after applying search results
3 participants