Skip to content

Commit 0c51366

Browse files
committed
[NAB-399] Add new filter data types
- fix 'Initial value' in edit panel
1 parent b7cd8a5 commit 0c51366

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/app/form-builder/edit-panel/edit-panel.component.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,9 @@ export class EditPanelComponent implements OnInit, AfterViewInit {
255255
hasTextValue(): boolean {
256256
return this.isSomeGridsterFieldSelected() &&
257257
this.gridsterService.selectedDataField.dataVariable.type === DataType.TEXT ||
258+
this.gridsterService.selectedDataField.dataVariable.type === DataType.PROCESS_FILTER ||
259+
this.gridsterService.selectedDataField.dataVariable.type === DataType.TASK_FILTER ||
260+
this.gridsterService.selectedDataField.dataVariable.type === DataType.CASE_FILTER ||
258261
this.gridsterService.selectedDataField.dataVariable.type as string === 'i18n';
259262
}
260263

0 commit comments

Comments
 (0)