$step->getName())); ?>
"\$('step_details_form').toggle();\$('step_details_info').toggle();")); ?>
"$('step_{$step->getID()}_transition_add').toggle()")); ?>
getNumberOfIncomingTransitions() == 0 && $workflow->getFirstStep() !== $step): ?>
getNumberOfIncomingTransitions() > 0): ?>
getIncomingTransitions() as $transition)
{
$output[] = get_component_html('configuration/workflowtransition', array('transition' => $transition, 'direction' => 'incoming', 'step' => $step));
}
echo join($glue, $output);
?>
getName(); ?>
getNumberOfOutgoingTransitions() == 0): ?>
getOutgoingTransitions() as $transition)
{
$output[] = get_component_html('configuration/workflowtransition', array('transition' => $transition, 'direction' => 'outgoing', 'step' => $step));
}
echo join($glue, $output);
?>
- getName(); ?>
- getDescription(); ?>
- isClosed()): ?> isEditable()) ? __('Open and editable') : __('Open, but not editable'); ?> isEditable()) ? __('Closed, but editable') : __('Closed and not editable'); ?>
-
hasLinkedStatus()): ?>
getLinkedStatus()->getName(); ?>