From 0b3f4d4a03708ca599c6b705ece83a7986668217 Mon Sep 17 00:00:00 2001 From: Michael Hoennig Date: Fri, 3 May 2019 00:12:41 +0200 Subject: [PATCH] textarea input and multiline output for Customer.remark (was missing) --- .../app/entities/customer/customer-detail.component.html | 2 +- .../app/entities/customer/customer-update.component.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/app/entities/customer/customer-detail.component.html b/src/main/webapp/app/entities/customer/customer-detail.component.html index c8b4fb84..5e479fbb 100644 --- a/src/main/webapp/app/entities/customer/customer-detail.component.html +++ b/src/main/webapp/app/entities/customer/customer-detail.component.html @@ -63,7 +63,7 @@
Remark
- {{customer.remark}} +
diff --git a/src/main/webapp/app/entities/customer/customer-update.component.html b/src/main/webapp/app/entities/customer/customer-update.component.html index 0a234117..c59b92ac 100644 --- a/src/main/webapp/app/entities/customer/customer-update.component.html +++ b/src/main/webapp/app/entities/customer/customer-update.component.html @@ -198,8 +198,8 @@
- +