Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion changelog/unreleased/bugfix-app-file-handling
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Bugfix: File handling in apps
We fixed loading and saving files in apps in all contexts. It's now possible to open files in apps in personal files, favorites, share views and spaces.

https://github.com/owncloud/web/pull/6456

https://github.com/owncloud/web/issues/5324
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
size="xlarge"
:accessible-label="$gettext('User')"
/>
<div class="files-collaborators-autocomplete-user-text">
<div class="files-collaborators-autocomplete-user-text oc-text-truncate">
<span class="oc-text-bold files-collaborators-autocomplete-username" v-text="item.label" />
<span
v-if="item.value.shareWithAdditionalInfo"
Expand Down