When monitoring the workitems of a given instance,
tiki-g-monitor_workitems.php will fill the 'proc' combo
box with the process list (GOOD) and the 'act' combo
box with the process list AGAIN (BAD). It should list
the activities of the currently selected process(es)
instead.
Simply change line 50 of
templates/tiki-g-monitor_workitems.tpl from
{foreach from=$all_procs item=proc}
to
{foreach from=$all_acts item=proc}
and you're set. Regards,
Georger