Browse Source

Merge pull request #1954 from nextcloud/issue_#1953

#1953 add can to subshare options
pull/1996/head
Christoph Wurst 9 years ago
committed by GitHub
parent
commit
e11197bc48
  1. 6
      core/js/sharedialogshareelistview.js

6
core/js/sharedialogshareelistview.js

@ -191,9 +191,9 @@
unshareLabel: t('core', 'Unshare'),
canShareLabel: t('core', 'can reshare'),
canEditLabel: t('core', 'can edit'),
createPermissionLabel: t('core', 'create'),
updatePermissionLabel: t('core', 'change'),
deletePermissionLabel: t('core', 'delete'),
createPermissionLabel: t('core', 'can create'),
updatePermissionLabel: t('core', 'can change'),
deletePermissionLabel: t('core', 'can delete'),
crudsLabel: t('core', 'access control'),
triangleSImage: OC.imagePath('core', 'actions/triangle-s'),
isResharingAllowed: this.configModel.get('isResharingAllowed'),

Loading…
Cancel
Save