GroupMemberTable, SelfServiceController: cs

This commit is contained in:
Thomas Gelf 2017-07-12 10:40:50 +02:00
parent 0c7e3eee41
commit 46d24e7600
2 changed files with 4 additions and 4 deletions

View File

@ -91,13 +91,13 @@ class GroupMemberTable extends ZfQueryBasedTable
if ($this->group === null) {
$tr->add($this::td($row->group_name));
}
$tr->add([
$this::td(Link::create($row->object_name, $url)),
$this::td($row->membership_type)
]);
return $tr;
}