mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Merge pull request #1375 from Alfresco/dev-valbano-1303
#1303 - fix typeahead show for completed tasks
This commit is contained in:
@@ -179,6 +179,7 @@ export class DisplayValueWidget extends WidgetComponent implements OnInit {
|
|||||||
} else {
|
} else {
|
||||||
this.value = this.field.value;
|
this.value = this.field.value;
|
||||||
}
|
}
|
||||||
|
this.visibilityService.refreshVisibility(this.field.form);
|
||||||
},
|
},
|
||||||
error => {
|
error => {
|
||||||
console.log(error);
|
console.log(error);
|
||||||
@@ -200,6 +201,7 @@ export class DisplayValueWidget extends WidgetComponent implements OnInit {
|
|||||||
} else {
|
} else {
|
||||||
this.value = this.field.value;
|
this.value = this.field.value;
|
||||||
}
|
}
|
||||||
|
this.visibilityService.refreshVisibility(this.field.form);
|
||||||
},
|
},
|
||||||
error => {
|
error => {
|
||||||
console.log(error);
|
console.log(error);
|
||||||
|
Reference in New Issue
Block a user