After uploading the file.
If step 2 and 3 are skipped you are redirected to step 4. (only one filetype and only one scheme)
If on step 4 you click on previous button, you are being taken to step 2 instead of step 1.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

vomiand’s picture

Status: Active » Needs review
Issue tags: +file_entity previous file upload
FileSize
2.94 KB

Made changes to this funtion: file_entity_add_upload_submit

Basically the problem was that the check for skiping step was done in the wrong order for previous button.
The check was done for step 2 after that for step 3, so only step 3 was skipped.
Changed the order of step skipping check when going back (previous button).

vomiand’s picture

aaron’s picture

Status: Needs review » Reviewed & tested by the community

This works as advertised.

aaron’s picture

aaron’s picture

Status: Reviewed & tested by the community » Fixed

Automatically closed -- issue fixed for 2 weeks with no activity.