@tuki-io/tuki-widgets 0.0.49 → 0.0.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/user-manage/src/services/users-search.service.mjs +2 -1
- package/esm2020/users-list/src/services/users-search.service.mjs +3 -1
- package/esm2020/users-list/src/users-list.component.mjs +3 -3
- package/fesm2015/tuki-io-tuki-widgets-user-manage.mjs +1 -0
- package/fesm2015/tuki-io-tuki-widgets-user-manage.mjs.map +1 -1
- package/fesm2015/tuki-io-tuki-widgets-users-list.mjs +4 -2
- package/fesm2015/tuki-io-tuki-widgets-users-list.mjs.map +1 -1
- package/fesm2020/tuki-io-tuki-widgets-user-manage.mjs +1 -0
- package/fesm2020/tuki-io-tuki-widgets-user-manage.mjs.map +1 -1
- package/fesm2020/tuki-io-tuki-widgets-users-list.mjs +4 -2
- package/fesm2020/tuki-io-tuki-widgets-users-list.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1430,6 +1430,7 @@ class UsersSearchService {
|
|
|
1430
1430
|
}
|
|
1431
1431
|
quickRegularUsersSearch() {
|
|
1432
1432
|
this.searchParams = this.searchParams || { customerid: this.customerId };
|
|
1433
|
+
this.searchParams['provisionType'] = 'CUCM';
|
|
1433
1434
|
return this.apiService.fetchPagination(API.QUICK_USERS_SEARCH, this.pageSize, this.pageIndex, this.searchParams)
|
|
1434
1435
|
.pipe(map((res) => {
|
|
1435
1436
|
this.total = res.total;
|