Fix to use secondary outline toggle in multi-select lists

This commit is contained in:
Ilia Ross
2026-09-09 03:28:05 +02:00
parent 8a43ad1b07
commit 2bf08b2bbe

View File

@@ -6000,6 +6000,8 @@ if ($children) {
'value' => defined($children->{'value'}) ?
$children->{'value'} : 1,
'checked' => $folded,
'state' => 'primary',
'outline' => 1,
'label' => $children->{'label'},
'label_html' => $children->{'label_html'},
'attrs' => { 'data-ui-multi-action' => 'children' },