Try to fix Ingo's disappearing column

This commit is contained in:
nathan 2022-11-15 10:03:26 -07:00
parent 7f39156c89
commit 89f5daa310

View File

@ -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']);