Closed
Bug 1084490
Opened 11 years ago
Closed 11 years ago
Fix Bugzilla::WebService::BugUserLastVisit->get & correct POD
Categories
(Bugzilla :: WebService, defect)
Bugzilla
WebService
Tracking
()
RESOLVED
FIXED
Bugzilla 5.0
People
(Reporter: dylan, Assigned: dylan)
Details
Attachments
(1 file)
1.23 KB,
patch
|
dkl
:
review+
|
Details | Diff | Splinter Review |
Need to replace call to $user->last_visits (which does not exist) with $user->last_visited (which does exist).
Also, the POD documentation had the wrong name for the REST end point,
and implied there was a method of returning all last visits for the current user.
Assignee | ||
Comment 1•11 years ago
|
||
Patch to fix the REST get method + POD changes.
Comment 2•11 years ago
|
||
Comment on attachment 8507063 [details] [diff] [review]
bug-1084490-v1.patch
Review of attachment 8507063 [details] [diff] [review]:
-----------------------------------------------------------------
r=dkl
Attachment #8507063 -
Flags: review?(dkl) → review+
Assignee | ||
Updated•11 years ago
|
Flags: approval?
Assignee | ||
Comment 3•11 years ago
|
||
To ssh://gitolite3@git.mozilla.org/bugzilla/bugzilla.git
c30fc43..676ae49 master -> master
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•