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

   …roup fails.
   - Ensuring the splash screen doesn't remain visible when there is an 
unhandled error in the guard sequence.
   
   # NIFI-15695: Handling the error case when resolving the root process group 
fails
   
   ## Summary
   
   - Added error handling to the `rootGroupGuard` so that HTTP failures (e.g. 
403 Forbidden) when resolving the root process group are caught and dispatched 
as a `fullScreenError` instead of leaving the application in a broken state
   - Added `NavigationError` to the `guardLoading` reset logic in 
`AppComponent` so the splash screen is properly hidden when a navigation error 
occurs during the guard sequence
   - Replaced the placeholder `rootGroupGuard` unit test with comprehensive 
tests covering the success path, error path, and already-resolved process group 
path


-- 
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