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 historic attributes #14199

Merged
merged 7 commits into from
Nov 21, 2023

Conversation

klaustopher
Copy link
Contributor

The historic attributes query needs to modify the WHERE conditions as well now. Previously everything was fixed because we simply JOINed the permission related stuff. Now we have the UNION query that selects allowed_to for projects and work packages. So we need to build a new AST Walker, that also modifies all the other conditions where work_packages table is joined and move it to journalized_work_packages.

@klaustopher
Copy link
Contributor Author

Errors come from the underlying PR that is hiding those errors because the failing unit tests here prevent the feature tests. I'll merge this into the other branch to fix everything in there.

@klaustopher klaustopher merged commit cc15f36 into work-package-permission-fixes Nov 21, 2023
2 of 4 checks passed
@klaustopher klaustopher deleted the fix-historic-attributes branch November 21, 2023 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant