mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ADF-2010] Move/copy, when searching for folder multiple results are returned (#2727)
* adding debounce time in object picker unify search api fix multiples duplicate result remove limit of 4 character to search * remove three.min.js * remove unused import * tlsint fix and remove file * rename sitesApiService to sitesService as all the other services * fix test timeout async
This commit is contained in:
+2
-2
@@ -4,7 +4,7 @@ Provides information about a site in a Content Services repository.
|
||||
|
||||
## Details
|
||||
|
||||
`SiteModel` is returned by methods from the [Sites Api service](sites-api.service.md).
|
||||
`SiteModel` is returned by methods from the [Sites Api service](sites.service.md).
|
||||
Also, the
|
||||
[`getSite`](https://github.com/Alfresco/alfresco-js-api/blob/master/src/alfresco-core-rest-api/docs/SitesApi.md#getSite)
|
||||
and
|
||||
@@ -44,5 +44,5 @@ class SiteMembersModel {
|
||||
<!-- seealso start -->
|
||||
## See also
|
||||
|
||||
- [Sites api service](sites-api.service.md)
|
||||
- [Sites api service](sites.service.md)
|
||||
<!-- seealso end -->
|
||||
Reference in New Issue
Block a user