Maybe you can replace the notification service with your own implementation.
On 10 July 2016 at 19:46, Mitya <mitya(a)cargosoft.ru> wrote:
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
_______________________________________________
keycloak-dev mailing list
keycloak-dev(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/keycloak-dev