]> source.dussan.org Git - nextcloud-server.git/commit
Add timeout to user and group deletion notification
authorVincent Petry <pvince81@owncloud.com>
Thu, 11 Sep 2014 13:56:00 +0000 (15:56 +0200)
committerLukas Reschke <lukas@owncloud.com>
Mon, 15 Sep 2014 12:04:44 +0000 (14:04 +0200)
commit0d9f24a0efef20b9041e40817b10822a4700532d
tree17d9640bcb15229cfe964ac53e82b40946d79e57
parent31898aa63548be8492b826b9bac6dc0f8bca8dee
Add timeout to user and group deletion notification

Added timeout in DeleteHandler to auto-delete after a delay.

Fixed issue where OC.Notification.hide() was called twice in a row when
deleting multiple entries, causing the second notification to disappear.
Fixed issue where "undo" click event handler was registered multiple
times when calling setNotifications() twice.
Added JS unit tests for the DeleteHandler class.

Refix undo users, groups feature

Timeout is now cleared in cancel().

Fixed click handler name for "undo" to be able to work with multiple
DeleteHandler instances (in our case one for users and one for groups)
so that there is no conflict.
settings/js/users/deleteHandler.js
settings/tests/js/users/deleteHandlerSpec.js [new file with mode: 0644]
tests/karma.config.js