burnbright / silverstripe-importexport

Import and export data from SilverStripe in a variety of forms. Looking for maintainer, see https://github.com/burnbright/silverstripe-importexport/issues/48
MIT License
46 stars 34 forks source link

FIX for #31 to allow forced persistence of the proper redirect URL when import completes (after preview). #32

Closed patricknelson closed 8 years ago

patricknelson commented 8 years ago

Addresses #31.

Hope I didn't miss anything here. Unfortunately the logic in ->getBackURL() had to be duplicated from the SilverStripe Controller class since, for some crazy reason, they do not abstract this properly (in my opinion) into the SS_HTTPRequest class. But here you go!