mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
add id of workflow in worfklowlog
This commit is contained in:
parent
01b6de8428
commit
409fd62f11
|
@ -366,6 +366,7 @@ function tree($folder, $parent=null, $indent='', $skipcurrent=false) { /* {{{ */
|
|||
foreach($wkflogs as $wklog) {
|
||||
echo $indent." <workflowlog>\n";
|
||||
echo $indent." <attr name=\"date\" format=\"Y-m-d H:i:s\">".$wklog->getDate()."</attr>\n";
|
||||
echo $indent." <attr name=\"workflow\">".$wklog->getWorkflow()->getID()."</attr>\n";
|
||||
echo $indent." <attr name=\"transition\">".$wklog->getTransition()->getID()."</attr>\n";
|
||||
$loguser = $wklog->getUser();
|
||||
echo $indent." <attr name=\"user\">".$loguser->getID()."</attr>\n";
|
||||
|
|
Loading…
Reference in New Issue
Block a user