mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-11 16:38:39 +01:00
thanks to neomagic: syntax fix, still the same old renamed fields error. Actually not very used function, no immediate effect
This commit is contained in:
parent
a9e8ee4e1c
commit
2990191359
@ -72,10 +72,10 @@ class BaseActivity extends Base {
|
||||
$act->setName($res['wf_name']);
|
||||
$act->setProcessId($res['wf_p_id']);
|
||||
$act->setNormalizedName($res['wf_normalized_name']);
|
||||
$act->setDescription($res['description']);
|
||||
$act->setDescription($res['wf_description']);
|
||||
$act->setIsInteractive($res['wf_is_interactive']);
|
||||
$act->setIsAutoRouted($res['is_autorouted']);
|
||||
$act->setActivityId($res['activity_id']);
|
||||
$act->setIsAutoRouted($res['wf_is_autorouted']);
|
||||
$act->setActivityId($res['wf_activity_id']);
|
||||
$act->setType($res['wf_type']);
|
||||
|
||||
//Now get forward transitions
|
||||
|
Loading…
Reference in New Issue
Block a user