forked from extern/egroupware
Etemplate: Fix for Box not properly handling namespaces, now working for submit too
This commit is contained in:
parent
7010cc36c1
commit
1eae5d3780
@ -98,7 +98,9 @@ class Box extends Etemplate\Widget
|
||||
break;
|
||||
}
|
||||
//error_log('Running ' . $method_name . ' on child ' . $n . '(' . $child . ') ['.$expand['row'] . ','.$expand['c'] . ']');
|
||||
$disabled = $child->run($method_name, [$cname,$expand], $respect_disabled, $columns_disabled) === false;
|
||||
$params[0] = $cname;
|
||||
$params[1] = $expand;
|
||||
$disabled = $child->run($method_name, $params, $respect_disabled, $columns_disabled) === false;
|
||||
}
|
||||
|
||||
$params[0] = $old_cname;
|
||||
|
Loading…
Reference in New Issue
Block a user