e2corporation commented on code in PR #2926:
URL: https://github.com/apache/incubator-devlake/pull/2926#discussion_r964332491


##########
config-ui/src/components/blueprints/DataScopesGrid.jsx:
##########
@@ -169,8 +169,8 @@ const DataScopesGrid = (props) => {
                     padding: 0,
                   }}
                 >
-                  {c.boards.map((board, bIdx) => (
-                    <li key={`list-item-key-${bIdx}`}>{board}</li>
+                  {c.boardsList.map((board, bIdx) => (

Review Comment:
   Let's not go down this road where you overreact about mixed Types again, on 
my Refactor PR these are all wrapped with Data Models (DataScopeConnection). If 
the backend provided the same data structure and capabilities for normal and 
advanced blueprints to begin with there wouldn't be a need for this deviance of 
mixed types. Moreover, the backend wasn't storing any details regarding the 
JIRA Api.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to