diff options
author | bugzilla%glob.com.au <> | 2005-02-19 01:38:42 +0100 |
---|---|---|
committer | bugzilla%glob.com.au <> | 2005-02-19 01:38:42 +0100 |
commit | 31edd11972e360a0773ee071c9b4666c51edfcef (patch) | |
tree | b5babdfc3bec4a335ac09de19b5e5e106cce0adc /template | |
parent | b9402d3e113b408143c7ad18f1cb798023c7d178 (diff) | |
download | bugzilla-31edd11972e360a0773ee071c9b4666c51edfcef.tar.gz bugzilla-31edd11972e360a0773ee071c9b4666c51edfcef.tar.xz |
Bug 282510: Argument "" isn't numeric when modifying group
Patch by Byron Jones <bugzilla@glob.com.au> r,a=justdave
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/admin/groups/edit.html.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/admin/groups/edit.html.tmpl b/template/en/default/admin/groups/edit.html.tmpl index 92b8e9c2e..610d3102e 100644 --- a/template/en/default/admin/groups/edit.html.tmpl +++ b/template/en/default/admin/groups/edit.html.tmpl @@ -154,9 +154,10 @@ </td> [% ELSE %] <td> + <input type="hidden" name="oldbless-[% group.grpid FILTER html %]" value="0"> </td> <td> - <input type="hidden" name="oldgrp-[% group.grpid FILTER html %]" value=""> + <input type="hidden" name="oldgrp-[% group.grpid FILTER html %]" value="0"> </td> [% END %] <td align="left" class="groupname"> |