From a4fbd2224b1a88dd29b99b9a4043dae43ad8977f Mon Sep 17 00:00:00 2001 From: Nestor <npegane@hotmail.com> Date: Mon, 16 Apr 2018 14:46:15 +0200 Subject: [PATCH] FIX #7348 added validation rule for fileplan --- modules/fileplan/xml/IVS/validation_rules.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/fileplan/xml/IVS/validation_rules.xml b/modules/fileplan/xml/IVS/validation_rules.xml index febf07d2c29..6956997de05 100755 --- a/modules/fileplan/xml/IVS/validation_rules.xml +++ b/modules/fileplan/xml/IVS/validation_rules.xml @@ -54,6 +54,7 @@ </validationRule> <validationRule name="fileplan_list_autocompletion" extends="standardForm" mode="error"/> <validationRule name="positions_tree_childs" extends="standardForm" mode="error"> + <parameter name="origin" type="string" /> <parameter name="branch" type="string" /> <parameter name="branch_id" type="identifierAt" /> <parameter name="fileplan_id" type="integer" /> -- GitLab