diff --git a/dmp-frontend/src/app/entities/common/rulestyle.ts b/dmp-frontend/src/app/entities/common/rulestyle.ts index b0c3b204a..5097a69db 100644 --- a/dmp-frontend/src/app/entities/common/rulestyle.ts +++ b/dmp-frontend/src/app/entities/common/rulestyle.ts @@ -1,5 +1,6 @@ export enum RuleStyle { existence, - regex + regex, + customValidation } \ No newline at end of file diff --git a/dmp-frontend/src/app/form/dynamic-form.component.html b/dmp-frontend/src/app/form/dynamic-form.component.html index ac74afb9a..6fb122208 100644 --- a/dmp-frontend/src/app/form/dynamic-form.component.html +++ b/dmp-frontend/src/app/form/dynamic-form.component.html @@ -50,11 +50,10 @@