From 1a00504203d16a0d29cc1650bd3f58ecab128ec3 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 7 Oct 2016 14:52:18 +0200 Subject: Client: fix progress bar and tags validation issues --- client/src/app/shared/forms/form-validators/video.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/shared') diff --git a/client/src/app/shared/forms/form-validators/video.ts b/client/src/app/shared/forms/form-validators/video.ts index 3766d4018..b2e612c62 100644 --- a/client/src/app/shared/forms/form-validators/video.ts +++ b/client/src/app/shared/forms/form-validators/video.ts @@ -18,7 +18,7 @@ export const VIDEO_DESCRIPTION = { }; export const VIDEO_TAGS = { - VALIDATORS: [ Validators.pattern('^[a-zA-Z0-9]{2,10}$') ], + VALIDATORS: [ Validators.pattern('^[a-zA-Z0-9]{0,10}$') ], MESSAGES: { 'pattern': 'A tag should be between 2 and 10 alphanumeric characters long.' } -- cgit v1.2.3