← Back to team overview

mahara-contributors team mailing list archive

[Bug 1307247] Re: No notifications on pages/artefacts for groups/institutions

 

Have added a patch to allow for feedback on groups to send emails

Have added a feedback notify option on the group -> edit page to choose
which group members get the emails

Have also adjusted the 'shared page notifications' option on the group
-> edit page to choose which group members get the emails

Have also adjusted the feedback emails so that they are in the
institution's lang the user belongs to if they don't have their own user
lang set.

Will now get something similar for institutions working

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

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