stable
Clone or download
Read-only
This is a part of story #9892: notify group of people in addition to individuals Run forgeupgrade, insert entries in the table plugin_docman_notification_ugroups. You need an item_id and a ugroup_id. Use Dynamic ugroups such as Authenticated, Registered and Anonymous users. When you update your platform from "Anonymous allowed" to whatever: Anonymous ugroup should become Registered Users for all items When you update your platform from "Allow restricted" to whatever: Authenticated ugroup should become Registered Users for all items Change-Id: Ic3be3a1f0a051865d836c1b03a08ab9c0645e1ae
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/docman/include/Notifications/UgroupsToNotifyDao.php | +62 | −0 | Go to diff View file |
M | plugins/docman/include/Notifications/UgroupsToNotifyUpdater.php | +12 | −0 | Go to diff View file |
M | plugins/docman/include/docmanPlugin.class.php | +10 | −0 | Go to diff View file |