← Back to team overview

mahara-contributors team mailing list archive

[Bug 1307247] A change has been merged

 

Reviewed:  https://reviews.mahara.org/3333
Committed: http://gitorious.org/mahara/mahara/commit/3e12f1dcfc5620889e26d1d2ffec4ce68dc55969
Submitter: Son Nguyen (son.nguyen@xxxxxxxxxxxxxxx)
Branch:    master

commit 3e12f1dcfc5620889e26d1d2ffec4ce68dc55969
Author: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
Date:   Thu May 8 10:36:45 2014 +1200

Feedback notify emails for institution pages (Bug #1307247)

For institution pages the feedback notify emails will be sent to the
institutional admins - received by institution_and_site_admins()
function (ie the site admins and institutional admins).

I didn't see any benefit of sending it to all institution members so
didn't create the ability to do that.

Change-Id: I76d48f0bc27912f017953063b39c2c47f73ae8e3
Signed-off-by: Robert Lyon <robertl@xxxxxxxxxxxxxxx>

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

Title:
  No notifications on pages/artefacts for groups/institutions

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Currently if a user leaves feedback on a group or institution page /
  artefact there is no notifications sent out to interested parties.

  The problem exists in ActivityTypeArtefactCommentFeedback
  (artefact/comment/lib.php) on approx line 1205 where if there is no
  owner id it doesn't follow thru to the sending of notifications. This
  needs to be changed so that groups/institutions also get
  notifications.

  Currently the notification is only designed to be sent to the first
  user in an array of users (containing only one user, the owner of
  page/artefact). This will need to change so that it can actually loop
  through users if there is more than one to be notified for
  groups/institutions.

  The question is who are the users that need to receive the feedback
  notification? Is it the group/institution admins? all members?
  Institution staff (for institutions)? Only those users in
  group/institution watching the page?

  I'm not sure to whom we should restrict the comment notification
  message - please feel free to add suggestions to this bug report.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1307247/+subscriptions


References