canvas-lms
canvas-lms copied to clipboard
No Friendly Forwarding Eportfolio page with comments
Summary: No Friendly Forwarding Eportfolios with comments if user not logged in.
Steps to reproduce:
- User student create Eportfolio for private use.
- Update page Welcom and set comments on true.
- Student copies the Eportfolio-URL to other users (recipients).
- If a recipient opens URL and is not logged in, Canvas shows a button that links to /canvas/login
- After clicking canvas shows login screen
Expected behavior: After recipient has logged in, Canvas does some 'Friendly Forwarding' back to Eportfolio-URL.
Actual behavior: After recipient has logged in, Canvas shows Dashboard (recipient) .
Additional notes: See File: app/views/eportfolios/show.html.erb Code lines: 412-415
Now I override this code lines with: session[:return_to] = clean_return_to(uri) and some javascript. But of course I prefer the controller, to do this.
Thanks for contributing to this issue. As it has been 2 years since the last activity, we are automatically closing the issue in 30 days. This is often because the request was already solved in some way and it just wasn't updated or it's no longer applicable. If that's not the case, please respond before the issue is closed, or post a message on the mailing list. We'll gladly take a look again!