Reviewed: https://reviews.mahara.org/3890 Committed: http://gitorious.org/mahara/mahara/commit/3276abeb632cd882fdec627b18cfa870e95ded90 Submitter: Robert Lyon ([email protected]) Branch: master
commit 3276abeb632cd882fdec627b18cfa870e95ded90 Author: Aaron Wells <[email protected]> Date: Fri Oct 31 13:22:46 2014 +1300 Make the message "Compose" button return you to the "Sent messages" screen Bug 1387511: Also making the "Sent messages" screen into the default return screen regardless of how you got to the Compose screen. Change-Id: Ifa3d48fa4cc1cd15a6ae3218915f336216cc6473 -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it! https://bugs.launchpad.net/bugs/1387511 Title: cancel button in sendmessage.php should bring user back to previous page Status in Mahara ePortfolio: Fix Committed Bug description: After clicking the 'Compose' tab as discussed in bug 1385412 https://bugs.launchpad.net/mahara/+bug/1385412 and then clicking 'cancel' the user is re-directed to user/myfriends.php I believe it would be an inprovement if the user would be directed back to the inbox after clicking cancel. I think cancel buttons usually return to the previous page. Doing so would be consistent with behavior of the cancel button when the user clicks 'send message' to a particular users in htdocs/user/find.php To achiev emy proposal, the following works for me: line 165 /htdocs/artefact/multirecipientnotification/sendmessage.php $goto = 'user/myfriends.php'; to $goto = 'artefact/multirecipientnotification/inbox.php'; To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1387511/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp

