[#72856] Add semantic identifier support to project copying on web#22331
Merged
[#72856] Add semantic identifier support to project copying on web#22331
Conversation
…to feature/72856-copy-project-with-semantic-identifiers
…to feature/72856-copy-project-with-semantic-identifiers
…to feature/72856-copy-project-with-semantic-identifiers
Contributor
Author
|
(red due to a flaky test run) |
Deploying openproject with ⚡ PullPreview
|
akabiru
reviewed
Mar 18, 2026
| end | ||
| end | ||
| end | ||
| end |
Member
There was a problem hiding this comment.
Nice one extracting to a shared concern 👍🏾
| # ++ | ||
|
|
||
| module Projects | ||
| module Concerns |
Member
There was a problem hiding this comment.
🍊 '"concerns" should be auto-loaded by default, so we can exclude the "Concern" module
akabiru
approved these changes
Mar 18, 2026
Base automatically changed from
feature/72855-new-project-with-semantic-identifiers
to
feature/71896-change-identifier-with-semantic-identifiers
March 19, 2026 00:21
Base automatically changed from
feature/71896-change-identifier-with-semantic-identifiers
to
dev
March 19, 2026 21:51
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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/stream-jira-exit/work_packages/72856
What are you trying to accomplish?
We are currently adding support for "semantic work package identifiers".
project-zeus/ work package ID1PZEUS/ work packagePZEUS-1.This PR extends the "Copy Project" page to include an identifier form that gets auto-filled with a suggestion when a user types a project name and then clicks or tabs outside the name input form.
The implementation reuses the exact same approach already applied in #22330.
Screenshots
What approach did you choose and why?
Merge checklist