]> source.dussan.org Git - nextcloud-server.git/commit
Fix FileActions merging override
authorVincent Petry <pvince81@owncloud.com>
Fri, 4 Jul 2014 10:53:03 +0000 (12:53 +0200)
committerVincent Petry <pvince81@owncloud.com>
Fri, 4 Jul 2014 10:56:04 +0000 (12:56 +0200)
commit07118f599e575c03d3025888963f5edb39769fb3
treec6ce8388e58e166c71a1ea6e02ac2f95bd3d140e
parente4a3f8d3c44f3238071d03f793cd2c5395062b5e
Fix FileActions merging override

When merging FileActions, the register() functio needs to correctly
override the previously merged action handler without affecting the
original one.
apps/files/js/fileactions.js
apps/files/tests/js/fileactionsSpec.js