Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-05-05 10:20:45 +0300
committerGitHub <noreply@github.com>2022-05-05 10:20:45 +0300
commit24e25a6b648db35b024bb8ff860fef3f08b9ac92 (patch)
tree788dc6b6699b5bc87b02ed04d385da06944afb22 /core
parent4147e1233aabeddfccfff019e865658f9758ae3d (diff)
parent6e4d721278e886710032a132e2df50626836be7a (diff)
Merge pull request #32249 from nextcloud/bugfix/noid/fix-missing-subline-info
Expose shareWithDisplayNameUnique also on autocomplete endpoint
Diffstat (limited to 'core')
-rw-r--r--core/Controller/AutoCompleteController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Controller/AutoCompleteController.php b/core/Controller/AutoCompleteController.php
index 6cbca91ec0f..9f0e43dedd6 100644
--- a/core/Controller/AutoCompleteController.php
+++ b/core/Controller/AutoCompleteController.php
@@ -118,6 +118,7 @@ class AutoCompleteController extends Controller {
'source' => $type,
'status' => $result['status'] ?? '',
'subline' => $result['subline'] ?? '',
+ 'shareWithDisplayNameUnique' => $result['shareWithDisplayNameUnique'] ?? '',
];
}
}