Merge branch 'ent-7324-notificaciones-no-llegan-en-v754' into 'develop'
Fixed notifications when not fully configured See merge request artica/pandorafms!4042
This commit is contained in:
commit
bf70c342ff
|
@ -239,7 +239,7 @@ function get_notification_source_targets(int $id_source, ?string $subtype=null)
|
||||||
}
|
}
|
||||||
|
|
||||||
$filter = sprintf(
|
$filter = sprintf(
|
||||||
' AND ns.`subtype_blacklist` NOT LIKE "%%%s%%"',
|
' AND (ns.`subtype_blacklist` IS NULL OR ns.`subtype_blacklist` NOT LIKE "%%%s%%") ',
|
||||||
$subtype
|
$subtype
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue