[
https://issues.apache.org/jira/browse/NIFI-10814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17637480#comment-17637480
]
ASF subversion and git services commented on NIFI-10814:
--------------------------------------------------------
Commit aa6f6dd61d9c913549fa637905e2599bf36b9c80 in nifi's branch
refs/heads/main from Shane Ardell
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=aa6f6dd61d ]
NIFI-10814: Display description for selected flow (#6693)
* display description for selected flow
* NIFI-10814: add border when content overflows and increase height
* NIFI-10814: add padding to description
* NIFI-10814: remove duplicate CSS property from declaration block
* NIFI-10814: a few more CSS tweaks
This closes #6693
> UI - Display description on source selection
> --------------------------------------------
>
> Key: NIFI-10814
> URL: https://issues.apache.org/jira/browse/NIFI-10814
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Core UI
> Reporter: Shane Ardell
> Assignee: Shane Ardell
> Priority: Major
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Right now, in the NiFi UI, when dragging and dropping a process group and
> selecting the Registry as the source, we never display the description that
> has been given when versioning the flow if referencing a flow outside of NiFi
> registry.
> Because of how the backend is currently implemented, a quick UI-only solution
> is to fetch the description on selection. In the future, an ideal solution
> would be to include the description in the summary endpoint return or create
> a new endpoint that returns all fully populated flows in order to display the
> description in the dropdown prior to selection.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)