[keycloak-dev] Disabling error notification in admin console

Mitya mitya at cargosoft.ru
Sun Jul 10 13:46:15 EDT 2016


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/keycloak-dev/attachments/20160710/69304f84/attachment.html 


More information about the keycloak-dev mailing list