-
Notifications
You must be signed in to change notification settings - Fork 30.4k
[FW][FIX] project: Creating a stage from a sub task #93595
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
[FW][FIX] project: Creating a stage from a sub task #93595
Conversation
|
Ping @simongoffin, @IT-Ideas cherrypicking of pull request #93548 failed. stderr: Either perform the forward-port manually (and push to this branch, proceeding as usual) or close this PR (maybe?). In the former case, you may want to edit this PR message as well. |
|
Hello @simongoffin 👋🏼 |
|
Hello @simongoffin |
|
@simongoffin could you resolve the conflict? |
00a64d8 to
ee58307
Compare
|
Thanks 🙂 |
Steps to reproduce the bug: - Let's consider a project P with a task T - P has has two stages S1 and S2 - From T, create a new sub task ST1 with a new stage S3 - From T, create an other new sub task ST2 and try to select S3 as stage Bug: ST3 was not displayed in the available stages Fix: The stage ST3 is available for every task or sub task opw:2873640 X-original-commit: 3489870
ee58307 to
8dc01e4
Compare
|
Thanks 🙂 |
Steps to reproduce the bug: - Let's consider a project P with a task T - P has has two stages S1 and S2 - From T, create a new sub task ST1 with a new stage S3 - From T, create an other new sub task ST2 and try to select S3 as stage Bug: ST3 was not displayed in the available stages Fix: The stage ST3 is available for every task or sub task opw:2873640 closes #93595 X-original-commit: 3489870 Signed-off-by: Laurent Stukkens (ltu) <[email protected]>

Steps to reproduce the bug:
Bug:
ST3 was not displayed in the available stages
Fix:
The stage ST3 is available for every task or sub task
opw:2873640
Forward-Port-Of: #93548