From b679848cdd77fda6884f40d1ff2cb1ad30077c15 Mon Sep 17 00:00:00 2001 From: kinfkong Date: Wed, 16 Jan 2019 11:16:02 +0800 Subject: [PATCH] fix issue #332 --- .../components/add-value-dialog/add-value-dialog.component.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/components/add-value-dialog/add-value-dialog.component.ts b/src/app/components/add-value-dialog/add-value-dialog.component.ts index 96262ce..c3e0ccb 100644 --- a/src/app/components/add-value-dialog/add-value-dialog.component.ts +++ b/src/app/components/add-value-dialog/add-value-dialog.component.ts @@ -54,6 +54,10 @@ export class AddValueDialogComponent implements OnInit { this.title = this.isEditMode() ? 'Edit Records' : 'Add New Record'; } else { this.title = this.isEditMode() ? 'Edit Value' : 'Add New Value'; + if (this.isEditMode() + && this.data.values && this.data.values.hashMapValues && this.data.values.hashMapValues.length > 1) { + this.title = 'Edit Values'; + } } } pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy