]> source.dussan.org Git - nextcloud-server.git/commit
Propagate file action changes to the file lists
authorVincent Petry <pvince81@owncloud.com>
Wed, 9 Jul 2014 10:26:33 +0000 (12:26 +0200)
committerVincent Petry <pvince81@owncloud.com>
Wed, 9 Jul 2014 10:26:33 +0000 (12:26 +0200)
commit22653e21a239afa8f29cf2c93afe28d21246e7ba
treecacee44aabacafe6ce35ce82a4e62afa7cdaab1e
parent63fdaacbfcc8dbccca6777d623b6baadbd0ed56b
Propagate file action changes to the file lists

Whenever an app needs to register an event late, it does that on the
original file actions object.

Since the file actions that the file list work on is a merged list, not
the original one, the registration event needs to be propagated there as
well.
apps/files/js/app.js
apps/files/js/fileactions.js
apps/files/js/filelist.js
apps/files/tests/js/appSpec.js
apps/files/tests/js/fileactionsSpec.js
apps/files_sharing/js/app.js
apps/files_sharing/tests/js/appSpec.js