Alex A. created NIFI-6225:
-----------------------------
Summary: 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.
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.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)