Closed
Bug 1193190
Opened 9 years ago
Closed 9 years ago
'view account history' on edituser should include audit_log entries
Categories
(bugzilla.mozilla.org :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: glob, Assigned: glob)
Details
Attachments
(1 file, 1 obsolete file)
3.55 KB,
patch
|
dylan
:
review+
|
Details | Diff | Splinter Review |
it's tiresome to have to hit the database directly to get a full view of changes made to an account. it would be trivial to add this to the 'view account history' page under edituser.
- select from profiles_activity and audit_log
- tweak the admin/table template to show unknown fields as-is instead of an empty cell
Attachment #8646237 -
Flags: review?(dylan)
oops, left some debugging in which disabled the feature.
Attachment #8646237 -
Attachment is obsolete: true
Attachment #8646237 -
Flags: review?(dylan)
Attachment #8646318 -
Flags: review?(dylan)
Comment 3•9 years ago
|
||
Comment on attachment 8646318 [details] [diff] [review]
1193190_2.patch
Review of attachment 8646318 [details] [diff] [review]:
-----------------------------------------------------------------
r=dylan
Attachment #8646318 -
Flags: review?(dylan) → review+
To ssh://gitolite3@git.mozilla.org/webtools/bmo/bugzilla.git
6f08830..3431a53 master -> master
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•