diff options
| author | lpsolit%gmail.com <> | 2008-11-20 03:01:49 +0000 |
|---|---|---|
| committer | lpsolit%gmail.com <> | 2008-11-20 03:01:49 +0000 |
| commit | 60b43282ca58685f7e3fd597cd5b93241088e607 (patch) | |
| tree | 4a201573ed0740ee8468ae2a60a7ad891515cefc /template/en/default/admin/components | |
| parent | 864ee35126ff8053ee46d559f9f4dd53dd871ffd (diff) | |
| download | bugs-60b43282ca58685f7e3fd597cd5b93241088e607.tar bugs-60b43282ca58685f7e3fd597cd5b93241088e607.tar.gz bugs-60b43282ca58685f7e3fd597cd5b93241088e607.tar.bz2 bugs-60b43282ca58685f7e3fd597cd5b93241088e607.tar.xz bugs-60b43282ca58685f7e3fd597cd5b93241088e607.zip | |
Bug 465803: The default assignee field in editcomponents.cgi has emptyok = 1 despite this field cannot be blank - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
Diffstat (limited to 'template/en/default/admin/components')
| -rw-r--r-- | template/en/default/admin/components/create.html.tmpl | 1 | ||||
| -rw-r--r-- | template/en/default/admin/components/edit.html.tmpl | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/template/en/default/admin/components/create.html.tmpl b/template/en/default/admin/components/create.html.tmpl index 5e414d52a..86411adad 100644 --- a/template/en/default/admin/components/create.html.tmpl +++ b/template/en/default/admin/components/create.html.tmpl @@ -54,7 +54,6 @@ id => "initialowner" value => "" size => 64 - emptyok => 1 %] </td> </tr> diff --git a/template/en/default/admin/components/edit.html.tmpl b/template/en/default/admin/components/edit.html.tmpl index 57bc8aad4..9ddb8ca3e 100644 --- a/template/en/default/admin/components/edit.html.tmpl +++ b/template/en/default/admin/components/edit.html.tmpl @@ -63,7 +63,6 @@ id => "initialowner" value => comp.default_assignee.login size => 64 - emptyok => 1 %] </td> |
