]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 435250: In the "View User Account Log" page, the information in the "What" column...
authorlpsolit%gmail.com <>
Sat, 24 May 2008 03:34:04 +0000 (03:34 +0000)
committerlpsolit%gmail.com <>
Sat, 24 May 2008 03:34:04 +0000 (03:34 +0000)
editusers.cgi
template/en/default/account/profile-activity.html.tmpl
template/en/default/global/field-descs.none.tmpl

index 11bd62bdec093d20e55a4a69d37431b1d9a2c7cc..4e75d6df49952d4a8eaefb5fd5ddabdaa78d9841 100755 (executable)
@@ -642,7 +642,7 @@ if ($action eq 'search') {
     $vars->{'profile_changes'} = $dbh->selectall_arrayref(
         "SELECT profiles.login_name AS who, " .
                 $dbh->sql_date_format('profiles_activity.profiles_when') . " AS activity_when,
-                fielddefs.description AS what,
+                fielddefs.name AS what,
                 profiles_activity.oldvalue AS removed,
                 profiles_activity.newvalue AS added
          FROM profiles_activity
index 3ef904de7df56e6621d98bf201e92723b4ae51e4..bcb81f8497c2ca9029a64952061e2ac29e50e23f 100644 (file)
@@ -56,6 +56,7 @@
    }
    {name               => 'what'
     heading            => 'What'
+    content_use_field  => 1
    }
    {name               => 'removed'
     heading            => 'Removed'
index 178a6844445448a7234bd22f62f2c8af77e2ce22..7b3014aa2eac61da370d2f302b243fad0fd52b49 100644 (file)
@@ -28,6 +28,7 @@
                    "assigned_to"          => "Assignee",
                    "blocked"              => "Blocks",
                    "bug_file_loc"         => "URL",
+                   "bug_group"            => "Group",
                    "bug_id"               => "$terms.Bug ID",
                    "bug_severity"         => "Severity",
                    "bug_status"           => "Status",
@@ -37,7 +38,7 @@
                    "cclist_accessible"    => "CC list accessible",
                    "component_id"         => "Component ID",
                    "component"            => "Component",
-                   "creation_ts"          => "$terms.Bug Creation time",
+                   "creation_ts"          => "Creation date",
                    "deadline"             => "Deadline",
                    "delta_ts"             => "Changed",
                    "dependson"            => "Depends on",