#1303 - fix typeahead show for completed tasks

This commit is contained in:
Vito Albano
2017-01-03 17:50:56 +00:00
parent facafbd55c
commit dc0187aeab

View File

@@ -179,6 +179,7 @@ export class DisplayValueWidget extends WidgetComponent implements OnInit {
} else {
this.value = this.field.value;
}
this.visibilityService.refreshVisibility(this.field.form);
},
error => {
console.log(error);
@@ -200,6 +201,7 @@ export class DisplayValueWidget extends WidgetComponent implements OnInit {
} else {
this.value = this.field.value;
}
this.visibilityService.refreshVisibility(this.field.form);
},
error => {
console.log(error);