mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-08 14:55:10 +02:00
Etemplate: Fix for Box not properly handling namespaces, now working for submit too
This commit is contained in:
@ -98,7 +98,9 @@ class Box extends Etemplate\Widget
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
//error_log('Running ' . $method_name . ' on child ' . $n . '(' . $child . ') ['.$expand['row'] . ','.$expand['c'] . ']');
|
//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;
|
$params[0] = $old_cname;
|
||||||
|
Reference in New Issue
Block a user