mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
fix list of documents with workflow action by group
This commit is contained in:
parent
76dffe2497
commit
dc8cdb9db9
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user