]> source.dussan.org Git - nextcloud-server.git/commit
Update file actions for newly created files
authorVincent Petry <pvince81@owncloud.com>
Thu, 17 Oct 2013 10:16:47 +0000 (12:16 +0200)
committerVincent Petry <pvince81@owncloud.com>
Thu, 17 Oct 2013 10:20:04 +0000 (12:20 +0200)
commit5f6ac078fd65c5eff9cdb72c43e0a3307535f44b
treefd8ed7198fefd412db48a9a0463421602a1e014d
parent9628f5245c996951882e9e774520a6db657a434b
Update file actions for newly created files

The commit d53b603b8259e9c9fe498b4bd50b4dbedc0bf01b for the backport
didn't contain code for the case where new files were created.
This is because that code already existed in OC6 as part of another fix.

This fix adds the missing call to update the file actions for newly
created files.
apps/files/js/file-upload.js