Rob Fellows created NIFI-13797:
----------------------------------
Summary: UI - Bug rendering canvas when deleting a component that
was producing the only bulletins in the PG
Key: NIFI-13797
URL: https://issues.apache.org/jira/browse/NIFI-13797
Project: Apache NiFi
Issue Type: Task
Components: Core UI
Reporter: Rob Fellows
Assignee: Rob Fellows
The latest changes that change the bulletin icon color based on severity
introduced a bug where if you delete the processor that is producing bulletins
and then go to the parent process group, the canvas wouldn't render properly.
Repro Path:
# Create a Process Group
# Add a GenerateFlowFile, connect it to a LogAttribute (make it valid and set
the log level to debug or info)
# Run the flow to generate a bulletin
# Delete the LogAttribute processor
# Navigate to the parent process group
# Notice the rendering of the parent is odd (bulletin icon is blank, possible
errors in the debug console)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)