We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a536eea commit b857ff3Copy full SHA for b857ff3
scripts/rsync_instance.php
@@ -385,6 +385,7 @@
385
$actioncomm->label = 'Upgrade from CLI rsync_instance.php, instance='.$instance.' dirroot='.$dirroot.' mode='.$mode;
386
$actioncomm->note_private = $actioncomm->label;
387
$actioncomm->fk_element = $object->id;
388
+ $actioncomm->elementid = $object->id;
389
$actioncomm->elementtype = 'contract';
390
$actioncomm->type_code = 'AC_OTH_AUTO';
391
$actioncomm->userassigned[$user->id] = array('id'=>$user->id);
0 commit comments