Commit fd9778f81547b9fe2f24160783e4edf2003137c1
1 parent
a06222ba
"KTS-1526"
"A Required field not being marked as such leads to a DB error: 'DB Error: null value violates not-null constraint'" Fixed. Added a hidden widget for forms. Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6721 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
0 deletions
templates/ktcore/forms/widgets/hidden.smarty
0 → 100644
| 1 | + <input type="hidden" name="{$name}" {if $has_id}id="{$id}"{/if} {if $has_value}value="{$value}"{/if}/> | ... | ... |