From eb013f6884ef473fc57e035035f2b0bee116828b Mon Sep 17 00:00:00 2001 From: megan_w Date: Fri, 16 May 2008 12:40:57 +0000 Subject: [PATCH] KTC-475 "Workflow with '''´`""\/:&;!.~,$%()|<>#= in its name, transition names and state names appear incorrect on the second page of the Workflow creation wizard." Fixed. The input name and values needed to be sanitised. --- templates/ktcore/workflow/admin/new_wizard_step2.smarty | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/templates/ktcore/workflow/admin/new_wizard_step2.smarty b/templates/ktcore/workflow/admin/new_wizard_step2.smarty index d663411..1c9738c 100644 --- a/templates/ktcore/workflow/admin/new_wizard_step2.smarty +++ b/templates/ktcore/workflow/admin/new_wizard_step2.smarty @@ -14,30 +14,30 @@ states. Use the table below to configure this behaviour.{/i18n}

{i18n}Transition{/i18n} - {i18n}Leads to state{/i18n} + {i18n}Leads to state{/i18n} {foreach from=$states item=state} - {$state} - {/foreach} + {$state} + {/foreach} {foreach from=$transitions item=transition} {$transition} - {foreach from=$states item=state} - + {/foreach} - + {foreach from=$states item=state} - - {/foreach} + + {/foreach} {/foreach} - +
{i18n}Cancel{/i18n} -- libgit2 0.21.4