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

Backported #1616: Fix writing methods on read when reindexing services #1617

Merged
merged 3 commits into from
Sep 18, 2020

Conversation

ramonski
Copy link
Contributor

@ramonski ramonski commented Sep 15, 2020

Description of the issue/feature this PR addresses

Backported #1616 to 1.3.x

--
I confirm I have tested this PR thoroughly and coded it according to PEP8
and Plone's Python styleguide standards.

@ramonski ramonski changed the title Backported #1616: Backported #1616: Fix writing methods on read when reindexing services Sep 15, 2020
@ramonski ramonski requested a review from xispa September 15, 2020 20:01

INDEXES_TO_ADD = [
# List of tuples (catalog_name, index_name, index meta type)
(CATALOG_ANALYSIS_REQUEST_LISTING, "modified", "DateIndex"),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this index addition does not belong to this PR

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, just removed that code snippet 👍

@xispa xispa merged commit 7d23200 into 1.3.x Sep 18, 2020
@xispa xispa deleted the fix-methods-write-on-read branch September 18, 2020 10:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

2 participants