mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
#10362 token recursive group VC default 1
This commit is contained in:
parent
13f0e3db23
commit
1ba6566cff
@ -706,6 +706,10 @@ final class Group extends Item
|
||||
];
|
||||
|
||||
if ((int) $values['type'] === GROUP_ITEM) {
|
||||
if (isset($values['recursiveGroup']) === false) {
|
||||
$values['recursiveGroup'] = true;
|
||||
}
|
||||
|
||||
// Recursive group.
|
||||
$inputs[] = [
|
||||
'label' => __('Recursive'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user