-
- Downloads
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.
Showing
- apps/files/js/app.js 31 additions, 3 deletionsapps/files/js/app.js
- apps/files/js/fileactions.js 57 additions, 26 deletionsapps/files/js/fileactions.js
- apps/files/js/filelist.js 4 additions, 2 deletionsapps/files/js/filelist.js
- apps/files/tests/js/appSpec.js 1 addition, 3 deletionsapps/files/tests/js/appSpec.js
- apps/files/tests/js/fileactionsSpec.js 3 additions, 3 deletionsapps/files/tests/js/fileactionsSpec.js
- apps/files_sharing/js/app.js 40 additions, 0 deletionsapps/files_sharing/js/app.js
- apps/files_sharing/tests/js/appSpec.js 1 addition, 6 deletionsapps/files_sharing/tests/js/appSpec.js
Loading
Please register or sign in to comment