Incorrect redirect on login window after clicking on "Done"

Bug #967427 reported by Kristina Hoeppner
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Mahara
Fix Released
Low
Unassigned

Bug Description

as reported at https://mahara.org/interaction/forum/topic.php?id=4437

Here is my summarized translation of it. I don't know if the issue has been resolved for Mahara 1.5 yet.

A user updated to Mahara 1.4.2 and when he clicked on "Done" at the bottom of a portfolio page, e.g. https://die.doma.in/mahara/view/blocks.php?id=4711 he was redirected to the login window and the URL was https://die.doma.in//mahara/view/

He figured out that it was a trailing slash problem and solved it by adding a slash to the template after the last "view" before "method="Get":

/path/to/mahara/theme/raw/templates/view/blocks.tpl in Zeile 61

<form action="{$WWWROOT}{if $groupid}{if $viewtype == 'grouphomepage'}group/view.php{else}view/groupviews.php{/if}{elseif $institution}view/institutionviews.php{else}view{/if}" method="GET">

summary: - Incorrect redirect ot login window after clicking on "Done"
+ Incorrect redirect on login window after clicking on "Done"
Changed in mahara:
status: New → Triaged
importance: Undecided → Medium
Changed in mahara:
importance: Medium → Low
Revision history for this message
Robert Lyon (robertl-9) wrote :

This has been fixed where a bunch of path links were missing their full path so things like 'view' became 'view/index.php'

this was fixed for all maintained versions

Changed in mahara:
status: Triaged → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.