CustomvarVariantsTable: no link, not yet

This commit is contained in:
Thomas Gelf 2017-07-26 12:29:40 +02:00
parent d95512ce08
commit ccfd2176fb
1 changed files with 3 additions and 2 deletions

View File

@ -31,11 +31,12 @@ class CustomvarVariantsTable extends ZfQueryBasedTable
$value = $row->varvalue; $value = $row->varvalue;
} }
$tr = $this::row([ $tr = $this::row([
new Link( /* new Link(
$value, $value,
'director/customvar/value', 'director/customvar/value',
['name' => $row->varvalue] ['name' => $row->varvalue]
) )*/
$value
]); ]);
foreach ($this->getObjectTypes() as $type) { foreach ($this->getObjectTypes() as $type) {