rfellows opened a new pull request, #9396:
URL: https://github.com/apache/nifi/pull/9396

   [NIFI-13876](https://issues.apache.org/jira/browse/NIFI-13876)
   
   Now, instead of only having a single spot in the store for errors to land 
that drive banners... we have support for named/contextual spots. This helps 
support having 2 components on the screen with different errors in a banner at 
the same time.
   
   `<context-error-banner>` is now the preferred way of adding error banners to 
a screen/dialog. It only takes the ContextErrorKey it is interested in as 
input. The component handles watching the store for errors of that key and 
clearing the store when it is destroyed and when the user hits the dismiss 
button too.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to