mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-1521] Form string type is not rendered (#2318)
* Fix missing string widget and task list loading * Update tasklist.component.ts call initStream
This commit is contained in:
committed by
Eugenio Romano
parent
7479bb1b6f
commit
7a26c1d53d
@@ -45,6 +45,7 @@ export class FormRenderingService {
|
||||
|
||||
private types: { [key: string]: ComponentTypeResolver } = {
|
||||
'text': DefaultTypeResolver.fromType(TextWidgetComponent),
|
||||
'string': DefaultTypeResolver.fromType(TextWidgetComponent),
|
||||
'integer': DefaultTypeResolver.fromType(NumberWidgetComponent),
|
||||
'multi-line-text': DefaultTypeResolver.fromType(MultilineTextWidgetComponentComponent),
|
||||
'boolean': DefaultTypeResolver.fromType(CheckboxWidgetComponent),
|
||||
|
Reference in New Issue
Block a user