Issue information
-
#035222
-
Fixed
-
2.5.0
-
2.5.1
-
3 - Medium
Issue Confirmations
-
Yes (0)No (0)
When attempting to import a screenshot using path import method it fails.
In the mainSubmitForm template we set up the screenshot path field with an ID of ss_path but then use file_sspath when processing.
should be...
In the mainSubmitForm template we set up the screenshot path field with an ID of ss_path but then use file_sspath when processing.
<input type='text' class='input_text' name='ss_path' size='35' value='' />
should be...
<input type='text' class='input_text' name='file_sspath' size='35' value='' />
0 user(s) are reading this issue
0 members, 0 guests, 0 anonymous users












