Add validation on emptyness of additional config

- We need to validate additional config textarea
on empty values

Change-Id: I596f52b5812367a44ab40920c9fd41221cab2f99
Related-Bug: #1488455
This commit is contained in:
asledzinskiy 2015-08-25 16:13:19 +03:00 committed by Andrey Sledzinskiy
parent 80d422554e
commit d6b025f9db
1 changed files with 4 additions and 1 deletions

View File

@ -8,4 +8,7 @@ attributes:
value: |
foo: bar
label: "Additional config"
description: "Just put here valid yaml"
description: "Just put here valid yaml"
regex:
source: '.+'
error: "This field should not be empty"