Commit 074f7b58 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 435250: In the "View User Account Log" page, the information in the "What"…

Bug 435250: In the "View User Account Log" page, the information in the "What" column are displayed in English on localized installation - Patch by Fré©ric Buclin <LpSolit@gmail.com> r/a=mkanat
parent d636ffc1
...@@ -642,7 +642,7 @@ if ($action eq 'search') { ...@@ -642,7 +642,7 @@ if ($action eq 'search') {
$vars->{'profile_changes'} = $dbh->selectall_arrayref( $vars->{'profile_changes'} = $dbh->selectall_arrayref(
"SELECT profiles.login_name AS who, " . "SELECT profiles.login_name AS who, " .
$dbh->sql_date_format('profiles_activity.profiles_when') . " AS activity_when, $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.oldvalue AS removed,
profiles_activity.newvalue AS added profiles_activity.newvalue AS added
FROM profiles_activity FROM profiles_activity
......
...@@ -56,6 +56,7 @@ ...@@ -56,6 +56,7 @@
} }
{name => 'what' {name => 'what'
heading => 'What' heading => 'What'
content_use_field => 1
} }
{name => 'removed' {name => 'removed'
heading => 'Removed' heading => 'Removed'
......
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
"assigned_to" => "Assignee", "assigned_to" => "Assignee",
"blocked" => "Blocks", "blocked" => "Blocks",
"bug_file_loc" => "URL", "bug_file_loc" => "URL",
"bug_group" => "Group",
"bug_id" => "$terms.Bug ID", "bug_id" => "$terms.Bug ID",
"bug_severity" => "Severity", "bug_severity" => "Severity",
"bug_status" => "Status", "bug_status" => "Status",
...@@ -37,7 +38,7 @@ ...@@ -37,7 +38,7 @@
"cclist_accessible" => "CC list accessible", "cclist_accessible" => "CC list accessible",
"component_id" => "Component ID", "component_id" => "Component ID",
"component" => "Component", "component" => "Component",
"creation_ts" => "$terms.Bug Creation time", "creation_ts" => "Creation date",
"deadline" => "Deadline", "deadline" => "Deadline",
"delta_ts" => "Changed", "delta_ts" => "Changed",
"dependson" => "Depends on", "dependson" => "Depends on",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment