← Back to team overview

mahara-contributors team mailing list archive

[Bug 1387511] Re: cancel button in sendmessage.php should bring user back to previous page

 

** Changed in: mahara
       Status: In Progress => Fix Committed

-- 
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


References