CopyProcessor: update existing layer
This commit is contained in:
@@ -54,6 +54,7 @@ export class LayerDetailComponent implements OnInit {
|
||||
this.document.fillForm(this.form);
|
||||
this.form.disable();
|
||||
this.document.created = `${this.datePipe.transform(this.document.createdAt?.toDate(), 'short')}, ${this.document.createdBy?.userName}`;
|
||||
this.document.modified = `${this.datePipe.transform(this.document.modifiedAt?.toDate(), 'short')}, ${this.document.modifiedBy?.userName}`;
|
||||
this.valueSum = this.document.records.map(t => t.value1 || 0).reduce((acc, value) => acc + value, 0);
|
||||
this.createColumns();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user