KEYCLOAK-3280 Alerts in Admin Console are sometimes shown only for a split second

This commit is contained in:
Vaclav Muzikar 2016-07-04 13:10:08 +02:00
parent 2591dd862b
commit 5638e9e1c5

View file

@ -158,6 +158,8 @@ module.factory('Notifications', function($rootScope, $timeout) {
$rootScope.notification = notifications.current;
notifications.message = function(type, header, message) {
notifications.current.remove();
notifications.current.type = type;
notifications.current.header = header;
notifications.current.message = message;