Hi,

By default, if admin console receives a HTTP 500 from any underlying REST resource, it will pop up a small notification (implemented by errorInterceptor, app.js:1775).

I'm developing a KeyCloak extension that includes a custom REST resource and adds GUI elements to admin console. Instead of standard notification, I'd like to pop up a modal dialog with verbose error description received from the server. Everything works fine (with $modal.open), but that default notification lingers behind my dialog. I know it's a purely cosmetic issue, but still a bit annoying. Is there any way to get rid of that notification in case modal dialog is used?

Thx,
Mitya