nextcloud/apps/files_sharing/src
Daniel Calviño Sánchez fb19d4afe2 Fix clearing the label of a share
When the label is being edited its value is stored in "newLabel", and
the original label is shown only if "newLabel" is not set. However, as
it was checked against any falsy value instead of only undefined when
the label was cleared and thus it has an empty value the original label
was shown instead.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2021-01-08 09:27:28 +00:00
..
components Fix clearing the label of a share 2021-01-08 09:27:28 +00:00
mixins Show unique displayname context in the user share list entries 2020-12-14 11:14:59 +01:00
models Show unique displayname context in the user share list entries 2020-12-14 11:14:59 +01:00
services use a consistent default value for sharing.maxAutocompleteResults 2020-12-15 11:53:39 +01:00
style Cleanup sharing leftovers 2019-11-05 19:03:44 +01:00
utils Fix "Error loading the shares list TypeError: "this is undefined"" for conversation shares 2020-03-03 20:22:39 +01:00
views Show unique displayname context in the user share list entries 2020-12-14 11:14:59 +01:00
additionalScripts.js Cleanup sharing leftovers 2019-11-05 19:03:44 +01:00
collaborationresources.js Migrate to @nextcloud/vue 1.x.x 2020-01-22 17:33:49 +01:00
collaborationresourceshandler.js Bump eslint-config-nextcloud from 0.0.6 to 0.1.0 2019-12-19 11:55:33 +01:00
files_sharing.js Use `babel-loader-exclude-node-modules-except` 2020-07-31 11:00:33 +02:00
files_sharing_tab.js Upgrade lifecycle and vue parent context 2020-10-07 09:40:59 +02:00
index.js Let sharees endpoint properly handle deck shares 2020-12-09 13:20:23 +01:00
personal-settings.js Don't overwrite the settings from files 2019-12-17 14:17:07 +01:00
share.js Indicate deck shares as shared in the file list 2020-12-09 13:20:25 +01:00
sharebreadcrumbview.js Bump compiled files 2020-07-31 09:26:43 +02:00