Bug #13094 » workspace_irre.patch
typo3/sysext/version/class.tx_version_tcemain_commandmap.php (working copy) | ||
---|---|---|
if (isset($elementProperties['comment'])) {
|
||
$commonSetStageProperties['comment'] = $elementProperties['comment'];
|
||
}
|
||
if (isset($elementProperties['action'])) {
|
||
$commonSetStageProperties['action'] = $elementProperties['action'];
|
||
}
|
||
if (isset($elementProperties['notificationAlternativeRecipients'])) {
|
||
$commonSetStageProperties['notificationAlternativeRecipients'] = $elementProperties['notificationAlternativeRecipients'];
|
||
}
|
||
return $commonSetStageProperties;
|
||
}
|