WIP - [COMMS-863] WorkPackage <-> Version direct relation cleanup - #24396
Open
brunopagno wants to merge 14 commits into
Open
WIP - [COMMS-863] WorkPackage <-> Version direct relation cleanup#24396brunopagno wants to merge 14 commits into
brunopagno wants to merge 14 commits into
Conversation
brunopagno
force-pushed
the
blp/impl/comms-863-wp-version-direct-relation-cleanup
branch
8 times, most recently
from
August 3, 2026 11:06
f1eba86 to
06be719
Compare
brunopagno
force-pushed
the
blp/impl/comms-863-wp-version-direct-relation-cleanup
branch
3 times, most recently
from
August 6, 2026 05:30
74a29bf to
1c4cda4
Compare
brunopagno
force-pushed
the
blp/impl/comms-863-wp-version-direct-relation-cleanup
branch
4 times, most recently
from
August 7, 2026 12:51
d8d2056 to
43070b6
Compare
second pass fixing specs third pass second pass fixing specs third pass fixing specs adjust spec assigning work_package.version directly
fix even more specs
brunopagno
force-pushed
the
blp/impl/comms-863-wp-version-direct-relation-cleanup
branch
from
August 7, 2026 19:59
43070b6 to
a3af7c5
Compare
brunopagno
force-pushed
the
blp/impl/comms-863-wp-version-direct-relation-cleanup
branch
from
August 8, 2026 06:56
3c53104 to
8784efc
Compare
brunopagno
marked this pull request as ready for review
August 8, 2026 07:31
|
Caution The provided work package version does not match the core version Details:
Please make sure that:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ticket
https://community.openproject.org/projects/COMMS/work_packages/COMMS-863/activity
What are you trying to accomplish?
This PR removes the associations between work_package & version
-> Version - has_many :work_packages
-> WorkPackage - belongs_to :version
In this PR a "version" reader on WorkPackage was added. This will be removed on a follow up PR.
Merge checklist