-
Notifications
You must be signed in to change notification settings - Fork 26
FLPATH-340: propertyPath in update parameter response #291
FLPATH-340: propertyPath in update parameter response #291
Conversation
@RichardW98: This pull request references FLPATH-340 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@RichardW98: This pull request references FLPATH-340 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@RichardW98: This pull request references FLPATH-340 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@RichardW98: This pull request references FLPATH-340 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@RichardW98: This pull request references FLPATH-340 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
14216b3
to
b39baf6
Compare
workFlowDefinition = workFlowDefinitionService.getParentWorkFlowByWorkName(workFlowDefinition.getName()); | ||
} | ||
|
||
return WorkParameterValueResponseDTO.builder().key(workParameterValueResponse.getKey()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could we move this to a static method inside the DTO object?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes
b39baf6
to
1ff40d9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
1ff40d9
to
622e37c
Compare
622e37c
to
169b917
Compare
/approve |
/lgtm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: anludke, lshannon The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What this PR does / why we need it:
user needs to return propertyPath for dynamic parameters update. Validation on the parameters and propertyPath is also needed for UI
Which issue(s) this PR fixes :
Fixes #FLPATH-340
Change type
Impacted services
Checklist