From 29509d8a382f54a8a6dd3f7602cebce6fe9b94db Mon Sep 17 00:00:00 2001 From: Michael Bromley Date: Wed, 29 May 2019 14:51:49 +0200 Subject: [PATCH] feat(admin-ui): Validate slug pattern in product detail form Relates to #103 --- .../product-detail/product-detail.component.html | 8 ++++++-- admin-ui/src/i18n-messages/en.json | 1 + 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/admin-ui/src/app/catalog/components/product-detail/product-detail.component.html b/admin-ui/src/app/catalog/components/product-detail/product-detail.component.html index dca51cb935..58f1bb44bf 100644 --- a/admin-ui/src/app/catalog/components/product-detail/product-detail.component.html +++ b/admin-ui/src/app/catalog/components/product-detail/product-detail.component.html @@ -58,8 +58,12 @@ (input)="updateSlug($event.target.value)" /> - - + +