We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e447461 commit 7956f22Copy full SHA for 7956f22
files/config/notification_inc.php
@@ -24,13 +24,14 @@
24
25
/*
26
* `$notification_config` is an array of projects and each project
27
- * is an array of users. Each user is then an array with the names
28
- * of notifications that should **not** be sent to *that* user for
29
- * *that* project.
+ * is an array of users. Those are users that will receive notifications
+ * for those projects. Note that you also need to disable notifications
+ * on Mantis, otherwise you'll keep receiving notifications for every
30
+ * project.
31
*
32
* For projects and users not set here notifications will be sent
33
* according to Mantis' settings.
34
*/
35
$notification_config = array(
36
"project2" => array("samir", "samir2")
-);
37
+);
0 commit comments