Project

General

Profile

Bug #13094 » workspace_irre.patch

Andreas Kießling, 2011-02-16 15:52

View differences:

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;
}
    (1-1/1)