mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2494] Task Standalone - Provide a way to attach a form (#3459)
* button added for task standalone * attach form component added * slide-toggle position fixed * tests added * rebase fixed * review fix * test added & fixes * tests fixes * refresh task details * tests fixed * attachFormToATask test added * formPreview test fixed * adf-form test fixed
This commit is contained in:
@@ -40,6 +40,7 @@ import { TaskFiltersComponent } from './components/task-filters.component';
|
||||
import { TaskHeaderComponent } from './components/task-header.component';
|
||||
import { TaskListComponent } from './components/task-list.component';
|
||||
import { TaskStandaloneComponent } from './components/task-standalone.component';
|
||||
import { AttachFormComponent } from './components/attach-form.component';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
@@ -63,7 +64,8 @@ import { TaskStandaloneComponent } from './components/task-standalone.component'
|
||||
ChecklistComponent,
|
||||
TaskHeaderComponent,
|
||||
StartTaskComponent,
|
||||
TaskStandaloneComponent
|
||||
TaskStandaloneComponent,
|
||||
AttachFormComponent
|
||||
],
|
||||
providers: [
|
||||
TaskListService,
|
||||
@@ -80,7 +82,8 @@ import { TaskStandaloneComponent } from './components/task-standalone.component'
|
||||
ChecklistComponent,
|
||||
TaskHeaderComponent,
|
||||
StartTaskComponent,
|
||||
TaskStandaloneComponent
|
||||
TaskStandaloneComponent,
|
||||
AttachFormComponent
|
||||
]
|
||||
})
|
||||
export class TaskListModule {
|
||||
|
Reference in New Issue
Block a user