Add validation on emptyness of additional config

- We need to validate additional config textarea
on empty values

Change-Id: I3f4ab52a0027e11a75cd077c2db7113fdaef1c52
Related-Bug: #1488455
This commit is contained in:
asledzinskiy 2015-08-25 16:17:09 +03:00
parent 4257aca72f
commit 72cbc9cdfa
1 changed files with 3 additions and 0 deletions

View File

@ -11,3 +11,6 @@ attributes:
queue_provider: 'rabbitmq'
label: "Additional config"
description: "Just put here valid yaml"
regex:
source: '.+'
error: "This field should not be empty"