]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 642388: Description of field days_elapsed missing from global/field-descs.none...
authorFrédéric Buclin <LpSolit@gmail.com>
Mon, 25 Jul 2011 16:33:42 +0000 (18:33 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Mon, 25 Jul 2011 16:33:42 +0000 (18:33 +0200)
r=wurblzap a=LpSolit

Bugzilla/Field.pm
template/en/default/global/field-descs.none.tmpl

index a41cd9357727574bcda0fcffe9d4f33ef31ca5fe..219172094fd4db1561a143fd051c3e42ca9ec155 100644 (file)
@@ -163,6 +163,7 @@ use constant SQL_DEFINITIONS => {
 # Field definitions for the fields that ship with Bugzilla.
 # These are used by populate_field_definitions to populate
 # the fielddefs table.
+# 'days_elapsed' is set in populate_field_definitions() itself.
 use constant DEFAULT_FIELDS => (
     {name => 'bug_id',       desc => 'Bug #',      in_new_bugmail => 1,
      buglist => 1, is_numeric => 1},
index 479944ff9df73f5aaa8cc88f5e01c4e6390bdfaf..49962aeeb54c56bad72c7af4e01cfc82e186d0b6 100644 (file)
@@ -98,6 +98,7 @@
      "component"               => "Component",
      "content"                 => "Content",
      "creation_ts"             => "Creation date",
+     "days_elapsed"            => "Days since bug changed",
      "deadline"                => "Deadline",
      "delta_ts"                => "Changed",
      "dependson"               => "Depends on",