forked from extern/egroupware
Get simple submit buttons (legacy actions) working in datagrid
This commit is contained in:
parent
43c6d95a25
commit
471f471ee9
@ -587,6 +587,9 @@ class etemplate_widget_nextmatch extends etemplate_widget
|
|||||||
$form_name = self::form_name($cname, $this->id);
|
$form_name = self::form_name($cname, $this->id);
|
||||||
$value = self::get_array($content, $form_name);
|
$value = self::get_array($content, $form_name);
|
||||||
|
|
||||||
|
// On client, rows does not get its own namespace, but all apps are expecting it
|
||||||
|
$value[$form_name]['rows'] = $value;
|
||||||
|
|
||||||
// Save current column settings as default (admins only)
|
// Save current column settings as default (admins only)
|
||||||
if($value['as_default'])
|
if($value['as_default'])
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user