diff options
author | Vincent Petry <pvince81@owncloud.com> | 2015-09-15 10:27:33 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2015-09-16 07:23:29 +0200 |
commit | 886f1ed660e91edb8f370cf711ed395fdff7dc30 (patch) | |
tree | dbe4bb2db145c88fa34a801d605acf24459c7c7c /apps/files_sharing/js | |
parent | 41f16e821a086d9529cc4eb3f26e24bbb1e04c72 (diff) | |
download | nextcloud-server-886f1ed660e91edb8f370cf711ed395fdff7dc30.tar.gz nextcloud-server-886f1ed660e91edb8f370cf711ed395fdff7dc30.zip |
Update JS unit tests for share dialog (WIP)
Diffstat (limited to 'apps/files_sharing/js')
-rw-r--r-- | apps/files_sharing/js/sharetabview.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/js/sharetabview.js b/apps/files_sharing/js/sharetabview.js index 1ad17365957..68288500ae0 100644 --- a/apps/files_sharing/js/sharetabview.js +++ b/apps/files_sharing/js/sharetabview.js @@ -55,6 +55,7 @@ owner: owner })); + // TODO: the model should read these directly off the passed fileInfoModel var attributes = { itemType: this.model.isDirectory() ? 'folder' : 'file', itemSource: this.model.get('id'), |