mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 01:29:05 +01:00
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);
|
||||
$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)
|
||||
if($value['as_default'])
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user