Merged in bugfix/HOR-3908 (pull request #6077)

HOR-3908

Approved-by: Paula Quispe <paula.quispe@processmaker.com>
Approved-by: Marco Antonio Nina Mena <marco.antonio.nina@processmaker.com>
This commit is contained in:
Roly
2017-10-02 11:44:45 +00:00
committed by Paula Quispe

View File

@@ -53,7 +53,7 @@ class WebEntryEvent
"WEE_TITLE" => array( "WEE_TITLE" => array(
"type" => "string", "type" => "string",
"required" => false, "required" => false,
"empty" => false, "empty" => true,
"defaultValues" => array(), "defaultValues" => array(),
"fieldNameAux" => "webEntryEventTitle" "fieldNameAux" => "webEntryEventTitle"
), ),