You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Alex A. (JIRA)" <ji...@apache.org> on 2019/04/17 19:58:00 UTC

[jira] [Updated] (NIFI-6225) Connection Details dialog relationships list require alphabetical sort

     [ https://issues.apache.org/jira/browse/NIFI-6225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex A. updated NIFI-6225:
--------------------------
    Description: On the Connection Configuration/Details dialog the list of relationships can be returned by the API in an unsorted manner making it harder for the end user to locate a relationship for connections that contain large numbers of potential processor relationships. Further investigation demonstrates that the API relationship list is generated from a set within the ConnectionDTO.java file in the nifi-framework package that can't be sorted. Recommend implementing sort within nf-connection-configuration.js and nf-connection-details.js to allow better readability for the end user.  (was: On the Connection Configuration/Details dialog the list of relationships can be returned by the API in an unsorted manner making it harder for the end user to locate a relationship for processors that contain large numbers of potential relationships. Further investigation demonstrates that the API relationship list is generated from a set within the ConnectionDTO.java file in the nifi-framework package that can't be sorted. Recommend implementing sort within nf-connection-configuration.js and nf-connection-details.js to allow better readability for the end user.)

> Connection Details dialog relationships list require alphabetical sort
> ----------------------------------------------------------------------
>
>                 Key: NIFI-6225
>                 URL: https://issues.apache.org/jira/browse/NIFI-6225
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Core UI
>    Affects Versions: 1.9.2
>            Reporter: Alex A.
>            Assignee: Alex A.
>            Priority: Minor
>
> On the Connection Configuration/Details dialog the list of relationships can be returned by the API in an unsorted manner making it harder for the end user to locate a relationship for connections that contain large numbers of potential processor relationships. Further investigation demonstrates that the API relationship list is generated from a set within the ConnectionDTO.java file in the nifi-framework package that can't be sorted. Recommend implementing sort within nf-connection-configuration.js and nf-connection-details.js to allow better readability for the end user.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)