Merge pull request #4468 from nextcloud/fix_link_password
Fix link password toggle
This commit is contained in:
commit
363c289d25
|
@ -802,7 +802,7 @@
|
||||||
isLinkShare: true,
|
isLinkShare: true,
|
||||||
id: share.id,
|
id: share.id,
|
||||||
token: share.token,
|
token: share.token,
|
||||||
password: share.password,
|
password: share.share_with,
|
||||||
link: link,
|
link: link,
|
||||||
permissions: share.permissions,
|
permissions: share.permissions,
|
||||||
// currently expiration is only effective for link shares.
|
// currently expiration is only effective for link shares.
|
||||||
|
|
Loading…
Reference in New Issue