diff --git a/src/app/project/ontology/property-form/property-form.component.ts b/src/app/project/ontology/property-form/property-form.component.ts index 148721fb9f..c6b4cc13d0 100644 --- a/src/app/project/ontology/property-form/property-form.component.ts +++ b/src/app/project/ontology/property-form/property-form.component.ts @@ -503,6 +503,9 @@ export class PropertyFormComponent implements OnInit { } ); } + + this.ontology.lastModificationDate = this.lastModificationDate; + this._cache.set('currentOntology', this.ontology); }, (error: ApiResponseError) => { this.error = true;