mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 15:22:17 +02:00
N°607 : Fixed an issue where a file on a transition form wouldn't be uploaded
SVN:trunk[5880]
This commit is contained in:
@@ -2431,7 +2431,7 @@ EOF
|
|||||||
$oPage->add('</div>');
|
$oPage->add('</div>');
|
||||||
}
|
}
|
||||||
$oPage->add("<div class=\"wizContainer\">\n");
|
$oPage->add("<div class=\"wizContainer\">\n");
|
||||||
$oPage->add("<form id=\"apply_stimulus\" method=\"post\" onSubmit=\"return OnSubmit('apply_stimulus');\">\n");
|
$oPage->add("<form id=\"apply_stimulus\" method=\"post\" enctype=\"multipart/form-data\" onSubmit=\"return OnSubmit('apply_stimulus');\">\n");
|
||||||
$aDetails = array();
|
$aDetails = array();
|
||||||
$iFieldIndex = 0;
|
$iFieldIndex = 0;
|
||||||
$aFieldsMap = array();
|
$aFieldsMap = array();
|
||||||
|
|||||||
Reference in New Issue
Block a user