Meets #3118: Copying a work package to a new project with parent and cross_project_work_package_relations disabled doesn't work - #1058
Merged
hschink merged 2 commits intoMar 31, 2014
Conversation
slawa85
commented
Mar 28, 2014
Contributor
Contributor
There was a problem hiding this comment.
This spec tests the behavior of cross_project_work_package_relations being false only. We should spec the expected behavior for both cases true and false.
myabc
added a commit
that referenced
this pull request
Sep 3, 2026
Angular's HTML sanitizer encodes every non-ASCII character as a numeric character reference, and lit binds the result as text, so Cyrillic values showed up as "Т…". Drops the sanitizer: lit's text binding already escapes, so no HTML was ever rendered from these strings. Moves row building next to the template so it can be unit-tested. https://community.openproject.org/wp/OP-19358
myabc
added a commit
that referenced
this pull request
Sep 4, 2026
Angular's HTML sanitizer encodes every non-ASCII character as a numeric character reference, and lit binds the result as text, so Cyrillic values showed up as "Т…". Drops the sanitizer: lit's text binding already escapes, so no HTML was ever rendered from these strings. Moves row building next to the template so it can be unit-tested. https://community.openproject.org/wp/OP-19358
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.