﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12901	"[Notification aggregator] Not able to change the type of the notification to ""success"" when process is done"	Piotr Jasiun	Piotr Jasiun	"When notification is done message should be changed and the type of it (to `success`). At the moment I can not implement such behavior.

Now documentation suggest that new notification should be created: https://github.com/ckeditor/ckeditor-dev/blob/major/plugins/notificationaggregator/plugin.js#L490-L492 It will work as long as the default notification behavior is used. If user will use `notificationShow` and `notificationUpdate` events and cancel default behavior, he will get two notifications instead of one. As I think about notification, which can be shown with some animation (fade in), it would be better if after upload is done the same notification show the information that the progress is done. In fact it is part of the same process, not the separate information. Also getting two notifications for one operation is strange.

No I can prevent default `finished` behavior, but if I do so I am not able to reset aggregator (I have to use private method) and if I change the type of the notification it does not change its type back when a new task is added."	Bug	closed	Normal	CKEditor 4.5.0 Beta	General	4.5.0 Beta	fixed		
