HOR-1594 "(Endpoint -> POST - Process-variable) No permite crear nuevos tipos de variables" SOLVED

Issue:
    (Endpoint -> POST - Process-variable) No permite crear nuevos tipos de variables
Cause:
    Nuevo requerimiento de tipo de variable
Solution:
    Se incluye el tipo de variable "multiplefile"
This commit is contained in:
Victor Saisa Lopez
2016-08-10 15:00:24 -04:00
parent 62b958f812
commit 477800f3a5

View File

@@ -5,7 +5,7 @@ use \G;
class Variable
{
public $variableTypes = array('string', 'integer', 'float', 'boolean', 'datetime', 'grid', 'array', 'file');
private $variableTypes = ['string', 'integer', 'float', 'boolean', 'datetime', 'grid', 'array', 'file', 'multiplefile'];
/**
* Create Variable for a Process