mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Merge branch '1834-Filtrado_de_eventos_erroneo' into 'develop'
add propagate groups in list events See merge request artica/pandorafms!1267
This commit is contained in:
commit
08623ac5f3
@ -28,7 +28,7 @@ if ($id_group > 0) {
|
||||
if ($propagate) {
|
||||
$childrens_ids = array($id_group);
|
||||
|
||||
$childrens = groups_get_childrens($id_group);
|
||||
$childrens = groups_get_childrens($id_group, null, true);
|
||||
|
||||
if (!empty($childrens)) {
|
||||
foreach ($childrens as $child) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user