Commit a06222ba20700e47f46e21d98fe77bd52d8b2467
1 parent
847e8f12
"KTS-1526"
"A Required field not being marked as such leads to a DB error: 'DB Error: null value violates not-null constraint'" Fixed. Made the workflowid part of the form post. Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6720 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
templates/ktcore/workflow/admin/new_wizard_step2.smarty
| ... | ... | @@ -8,7 +8,7 @@ states. Use the table below to configure this behaviour.{/i18n}</p> |
| 8 | 8 | {foreach from=$args key=k item=v} |
| 9 | 9 | <input type="hidden" name="{$k}" value="{$v}" /> |
| 10 | 10 | {/foreach} |
| 11 | - | |
| 11 | + <input type="hidden" name="fWizardKey" value="{$fWizardKey}" /> | |
| 12 | 12 | <table class="kt_collection" cellspacing="0"> |
| 13 | 13 | <thead> |
| 14 | 14 | <tr> | ... | ... |