[TASK] Unset eID befrore validation
This commit is contained in:
parent
24f25388ce
commit
15e949e0e5
@ -123,6 +123,7 @@ trait ValidationTrait
|
|||||||
{
|
{
|
||||||
$validator = new Validator();
|
$validator = new Validator();
|
||||||
$input = ArrayUtility::removeEmptyStrings($input);
|
$input = ArrayUtility::removeEmptyStrings($input);
|
||||||
|
unset($input['eID']);
|
||||||
//@TODO make optional when usiing rest api
|
//@TODO make optional when usiing rest api
|
||||||
//array_walk_recursive(
|
//array_walk_recursive(
|
||||||
// $input,
|
// $input,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user