You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/05/23 02:51:44 UTC

[GitHub] [dolphinscheduler] ITBOX-ITBOY commented on a diff in pull request #10184: [Feature-10044][dolphinscheduler-task-http] Implements HTTP parameter passing to the next node

ITBOX-ITBOY commented on code in PR #10184:
URL: https://github.com/apache/dolphinscheduler/pull/10184#discussion_r878986343


##########
dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-http.ts:
##########
@@ -192,7 +192,7 @@ export function useHttp(model: { [field: string]: any }): IJsonItem[] {
     ...useCustomParams({
       model,
       field: 'localParams',
-      isSimple: true
+      isSimple: false

Review Comment:
   Yes, because the front end displays drop-down selections for in/out and VARCHAR



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org