mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3946] Add the GroupCloudComponent to the StartTaskCloudComponent (#4202)
* Add GroupComponent to the start task cloud * [ADF-3946] Exported unexported componentes in group module * [ADF-3946] Used group module in start task module * Fix import * Fix build name * Fix build name unit tests * Fix unit test * Add space to rebuild travis
This commit is contained in:
@@ -13,7 +13,7 @@ Searches Groups.
|
||||
|
||||
```html
|
||||
<adf-cloud-group
|
||||
[applicationName]="'simple-app'"
|
||||
[appName]="'simple-app'"
|
||||
[mode]="'multiple'">
|
||||
</adf-cloud-group>
|
||||
```
|
||||
@@ -26,7 +26,7 @@ Searches Groups.
|
||||
|
||||
| Name | Type | Default value | Description |
|
||||
| ---- | ---- | ------------- | ----------- |
|
||||
| applicationName | `string` | | Name of the application. If specified this shows the users who have access to the app. |
|
||||
| appName | `string` | | Name of the application. If specified this shows the users who have access to the app. |
|
||||
| mode | `string` | | User selection mode (single/multiple). |
|
||||
| preSelectGroups | [`GroupModel`](../../process-services-cloud/src/lib/group/models/group.model.ts)`[]` | \[] | Array of users to be pre-selected. This pre-selects all users in multi selection mode and only the first user of the array in single selection mode. |
|
||||
|
||||
|
Reference in New Issue
Block a user