From 0d5147bd492e11dcb1ed264bcc27d21dc026c6f1 Mon Sep 17 00:00:00 2001 From: Bjoern Schiessle Date: Tue, 28 Mar 2017 15:11:07 +0200 Subject: add new password column to the share table in order to set passwords for share by mails Signed-off-by: Bjoern Schiessle --- core/js/shareitemmodel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/js/shareitemmodel.js') diff --git a/core/js/shareitemmodel.js b/core/js/shareitemmodel.js index ae4c07e3f4e..87d0556b996 100644 --- a/core/js/shareitemmodel.js +++ b/core/js/shareitemmodel.js @@ -757,7 +757,7 @@ isLinkShare: true, id: share.id, token: share.token, - password: share.share_with, + password: share.password, link: link, permissions: share.permissions, // currently expiration is only effective for link shares. -- cgit v1.2.3