Redirect upload step #1323
Reference in New Issue
Block a user
Delete Branch "import-view-right-place"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fix #1322
I agree with the bug, but we likely need a bit more nuance to where this redirects.
There's an
uploaded?method on the Import model that checks for an uploaded file so maybe we need some sort of if/else or case statement to check for the current step and redirect to the appropriate one?Good point @Shpigford. How does it look now?
@enderahmetyurt Works for me! Thanks!