mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-25 16:18:57 +01:00
Try to fix Ingo's disappearing column
This commit is contained in:
parent
7f39156c89
commit
89f5daa310
@ -127,6 +127,9 @@ class Nextmatch extends Etemplate\Widget
|
||||
|
||||
$value['rows'] = array();
|
||||
|
||||
// These can be added by sub-grids, but interfere with columns
|
||||
unset($value[0], $value[1], $value[2], $value[3]);
|
||||
|
||||
$send_value = $value;
|
||||
|
||||
list($app) = explode('.',$value['get_rows']);
|
||||
|
Loading…
Reference in New Issue
Block a user