CustomvarVariantsTable: no link, not yet
This commit is contained in:
parent
d95512ce08
commit
ccfd2176fb
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue