<div dir="ltr">Maybe you can replace the notification service with your own implementation.</div><div class="gmail_extra"><br><div class="gmail_quote">On 10 July 2016 at 19:46, Mitya <span dir="ltr">&lt;<a href="mailto:mitya@cargosoft.ru" target="_blank">mitya@cargosoft.ru</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div>Hi,</div><div><br></div><div>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).</div><div><br></div><div>I&#39;m developing a KeyCloak extension that includes a custom REST resource and adds GUI elements to admin console. Instead of standard notification, I&#39;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&#39;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?</div><div><br></div><div>Thx,</div><div>Mitya</div><div><br></div></div><br>_______________________________________________<br>
keycloak-dev mailing list<br>
<a href="mailto:keycloak-dev@lists.jboss.org">keycloak-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/keycloak-dev" rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/keycloak-dev</a><br></blockquote></div><br></div>