setTitle(__('Configure workflow step "%step_name"', array('%step_name' => $step->getName()))); $glue = '
'.__('%a_workflow_step_transition or %a_workflow_step_transition', array('%a_workflow_step_transition' => '')).'
'; } else { $tbg_response->setTitle(__('Configure workflows')); } ?> \thebuggenie\core\framework\Settings::CONFIGURATION_SECTION_WORKFLOW)); ?>
'step', 'workflow' => $workflow, 'step' => $step)); ?>
$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); ?>
$step)); ?>
getName(); ?>
getDescription(); ?>
isClosed()): ?> isEditable()) ? __('Open and editable') : __('Open, but not editable'); ?> isEditable()) ? __('Closed, but editable') : __('Closed and not editable'); ?>
hasLinkedStatus()): ?>
getLinkedStatus()->getName(); ?>