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

Fix hanging sampletype listing view in setup #2421

Merged
merged 3 commits into from
Nov 12, 2023

Conversation

ramonski
Copy link
Contributor

Description of the issue/feature this PR addresses

This PR removes the column "SamplePoints" from the Sample Types Listing to avoid long loading times without any value.

Current behavior before PR

Samplepoint backrefs from the listed sample types are filtered by the path of the setup context. This results in very long loading times when many client based sample points are used.

Desired behavior after PR is merged

The whole column for the sample points is removed, because it does not add a real value to the listing.

--
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 Fix hanging sampletype listing view ins setup Fix hanging sampletype listing view in setup Nov 12, 2023
@ramonski ramonski requested a review from xispa November 12, 2023 14:57
@xispa xispa merged commit 69abcbe into 2.x Nov 12, 2023
2 checks passed
@xispa xispa deleted the remove-samplepoint-backrefs-from-sampletype-listing branch November 12, 2023 17:24
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.

None yet

2 participants