[ 
https://issues.apache.org/jira/browse/NIFI-13018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17836293#comment-17836293
 ] 

ASF subversion and git services commented on NIFI-13018:
--------------------------------------------------------

Commit d78e817fe87c0168be49f71b871da2ef463b17e5 in nifi's branch 
refs/heads/main from Rob Fellows
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=d78e817fe8 ]

General improvements (#8627)

* [NIFI-13021] - Fix - Status History dialog changes size when switching 
selected metric

* [NIFI-13018] - Fix - Refreshing Node Status History when open for the 
cluster, makes the incorrect backend call

* [NIFI-13023] - Fix - Right click on canvas while search results open shows 
browser right-click menu

* [NIFI-13024] - Improvement - Support Enter to create selected extension type

* [NIFI-13000] - Improvement - Prevent text selection in header, flow status, 
canvas, extension creation dialog table.

* prettier

* color udpates for new theme classes, turn of text selection on the status 
history charts

> BUG - Refreshing Node Status History when open for the cluster, makes the 
> incorrect backend call
> ------------------------------------------------------------------------------------------------
>
>                 Key: NIFI-13018
>                 URL: https://issues.apache.org/jira/browse/NIFI-13018
>             Project: Apache NiFi
>          Issue Type: Sub-task
>          Components: Core UI
>            Reporter: Rob Fellows
>            Assignee: Rob Fellows
>            Priority: Major
>
> If you open the Node Status History dialog from the global menu and then hit 
> the refresh icon in the corner, the API call fails as it is trying to load:
> {code:java}
> http://localhost:4200/nifi-api/flow/processors/undefined/status/history
> {code}
> and gets a 404. It should be calling:
> {code:java}
> http://localhost:4200/nifi-api/controller/status/history
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to