mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Add visible share label
Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
parent
1ee7bc3250
commit
29ca007380
3 changed files with 5 additions and 7 deletions
|
|
@ -139,14 +139,12 @@
|
|||
}"
|
||||
:class="{ error: errors.label }"
|
||||
:disabled="saving"
|
||||
:aria-label="t('files_sharing', 'Share label')"
|
||||
:label="t('files_sharing', 'Share label')"
|
||||
:value="share.newLabel !== undefined ? share.newLabel : share.label"
|
||||
icon="icon-edit"
|
||||
maxlength="255"
|
||||
@update:value="onLabelChange"
|
||||
@submit="onLabelSubmit">
|
||||
{{ t('files_sharing', 'Share label') }}
|
||||
</NcActionInput>
|
||||
@submit="onLabelSubmit" />
|
||||
|
||||
<SharePermissionsEditor :can-reshare="canReshare"
|
||||
:share.sync="share"
|
||||
|
|
|
|||
4
dist/files_sharing-files_sharing_tab.js
vendored
4
dist/files_sharing-files_sharing_tab.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files_sharing-files_sharing_tab.js.map
vendored
2
dist/files_sharing-files_sharing_tab.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue