Open Phanoix opened 1 week ago
the notifications for new content created are sent here: https://github.com/gctools-outilsgc/gcconnex/blob/master/mod/cp_notifications/start.php#L1444 email and site notification sections can just have a $switch_case == 'mission'
condition added to still allow careers marketplace notifications, and the more important system notifications are handled in different functions.
Leaving any notifications required for careers marketplace and the system to functions properly such as password resets.
Easiest way is probably to disable them in https://github.com/gctools-outilsgc/gcconnex/blob/master/mod/cp_notifications/start.php