[ADF-3943] Remove non-working filters from Edit Task Filter Cloud (#4194)

* [ADF-3943] Remove non-working filters from Edit Task Filter Cloud and add live configuration for Task List Cloud Component

* [ADF-3943] Fix unit test
This commit is contained in:
davidcanonieto
2019-01-27 02:17:42 +00:00
committed by Eugenio Romano
parent eb3a45cde9
commit 6fffeef5c6
8 changed files with 63 additions and 62 deletions

View File

@@ -106,6 +106,12 @@ export class ConfigEditorComponent {
this.indentCode();
}
taskListCloudConfClick() {
this.code = JSON.stringify(this.appConfig.config['adf-cloud-task-list']);
this.field = 'adf-cloud-task-list';
this.indentCode();
}
indentCode() {
setTimeout(() => {
this.editor.getAction('editor.action.formatDocument').run();