mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-1532] Assignee typeahead in start task form (#2839)
* people module directory restructuring * Extract PeopleSearchFieldComponent to reuse most part of it * Transform PeopleSearchFieldComponent to the form we want to reuse * People selector component, first try * Remove material grid from start-task.component, first part * Styling and i18n * clear button for deleting the selected assignee * Remove people preloading, remove combobox and update assigneeId * Fix existing tests * Add new tests * Final css fixes
This commit is contained in:
committed by
Eugenio Romano
parent
74cd0fab33
commit
9bd18c9770
@@ -2,8 +2,7 @@
|
||||
@import '../attachment/process-attachment-list.component';
|
||||
@import '../attachment/task-attachment-list.component';
|
||||
@import '../comments/comment-list.component';
|
||||
@import '../people/people-search.component';
|
||||
@import '../people/people.component';
|
||||
@import '../people/people.module';
|
||||
@import '../task-list/components/start-task.component';
|
||||
@import '../task-list/components/task-filters.component';
|
||||
@import '../task-list/components/task-header.component';
|
||||
@@ -12,8 +11,7 @@
|
||||
@include adf-process-filters-theme($theme);
|
||||
@include adf-task-list-comment-list-theme($theme);
|
||||
@include adf-task-list-start-task-theme($theme);
|
||||
@include adf-task-list-people-search-theme($theme);
|
||||
@include adf-task-list-people-theme($theme);
|
||||
@include adf-people-module-theme($theme);
|
||||
@include adf-task-list-filters-task-theme($theme);
|
||||
@include adf-task-list-header-theme($theme);
|
||||
@include adf-process-attachment-list-theme($theme);
|
||||
|
Reference in New Issue
Block a user