fix list of documents with workflow action by group

This commit is contained in:
Uwe Steinmann 2021-11-08 14:18:13 +01:00
parent 76dffe2497
commit dc8cdb9db9

View File

@ -124,7 +124,7 @@ class SeedDMS_View_WorkflowSummary extends SeedDMS_Theme_Style {
echo $this->documentListRowStart($document, $class);
echo $this->documentListRow($document, $previewer, true, $st['version']);
print "<td><small>".getLongReadableDate($st["date"])."<br />". htmlspecialchars($moduser->getFullName()) ."</small></td>";
print "<td><small>".getLongReadableDate($st["date"])."<br />". htmlspecialchars($modgroup->getName()) ."</small></td>";
echo $this->documentListRowEnd($document);
$iRev[] = $document->getId();
}