You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by "mintsweet (via GitHub)" <gi...@apache.org> on 2023/03/20 02:34:29 UTC

[GitHub] [incubator-devlake] mintsweet commented on a diff in pull request #4705: Issues/4567 zentao bp

mintsweet commented on code in PR #4705:
URL: https://github.com/apache/incubator-devlake/pull/4705#discussion_r1141566374


##########
config-ui/src/plugins/components/data-scope-list/use-data-scope-list.ts:
##########
@@ -70,6 +70,12 @@ export const useDataScopeList = ({ plugin, connectionId, scopeIds }: UseDataScop
             name: sc.name,
             transformationRuleName: sc.transformationRuleName,
           };
+        case plugin === 'zentao':
+          return {
+            id: sc.id,
+            name: sc.name,
+            transformationRuleName: sc.transformationRuleName,

Review Comment:
   I see no transformation in zentao above, why add it here?



-- 
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@devlake.apache.org

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