BranchActivityTable: show object name
This commit is contained in:
parent
fca804e74e
commit
37954e0aa6
|
@ -83,7 +83,7 @@ class BranchActivityTable extends ZfQueryBasedTable
|
|||
$activity->getAuthor(),
|
||||
$activity->getAction(),
|
||||
$type,
|
||||
'object name'
|
||||
$activity->getObjectName()
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue