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

[Improvement-16137][UI] Sub process support other project child node #16138

Open
wants to merge 8 commits into
base: dev
Choose a base branch
from

Conversation

yeahhhz
Copy link
Contributor

@yeahhhz yeahhhz commented Jun 12, 2024

Purpose of the pull request

fix #16162

Brief change log

Verify this pull request

Screenshot 2024-06-12 at 13 11 26

@github-actions github-actions bot added the UI ui and front end related label Jun 12, 2024
@SbloodyS SbloodyS added improvement make more easy to user or prompt friendly 3.3.0 labels Jun 12, 2024
@SbloodyS SbloodyS added this to the 3.3.0 milestone Jun 12, 2024
@codecov-commenter
Copy link

codecov-commenter commented Jun 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 41.07%. Comparing base (a472d68) to head (ba7301f).

Current head ba7301f differs from pull request most recent head 4dc8b64

Please upload reports for the commit 4dc8b64 to get more accurate results.

Additional details and impacted files
@@            Coverage Diff            @@
##                dev   #16138   +/-   ##
=========================================
  Coverage     41.07%   41.07%           
  Complexity     5155     5155           
=========================================
  Files          1399     1399           
  Lines         44856    44856           
  Branches       4756     4756           
=========================================
  Hits          18423    18423           
  Misses        24628    24628           
  Partials       1805     1805           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@qingwli qingwli added the DSIP label Jun 17, 2024
@qingwli
Copy link
Member

qingwli commented Jun 17, 2024

@songjianet PTAL

Comment on lines 391 to 393
child_node_project: 'Child Node Project',
child_node_project_tips:
'Select this field for choose different project child node',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would prefer to use Project rather than Child Node Project

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated

Copy link

sonarcloud bot commented Jun 20, 2024

Comment on lines +67 to +70
queryProjectListPaging({
pageNo: 1,
pageSize: 999
})
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's better to add api to query all projects for user.

params: {
id: res.subProcessInstanceId,
projectCode:
props.data.taskParams?.childNodeProjectCode ||
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
props.data.taskParams?.childNodeProjectCode ||
props.data.taskParams?.subProjectCode ||

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.3.0 DSIP improvement make more easy to user or prompt friendly UI ui and front end related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[DSIP-48][Process] Sub process support other project child node
6 participants