Closed
Bug 880113
Opened 10 years ago
Closed 10 years ago
Use the cache for the product and component name
Categories
(Bugzilla :: Bugzilla-General, enhancement)
Tracking
()
RESOLVED
FIXED
Bugzilla 5.0
People
(Reporter: mail, Assigned: mail)
Details
Attachments
(1 file)
925 bytes,
patch
|
LpSolit
:
review+
|
Details | Diff | Splinter Review |
Since Bugzilla 5.0 uses the cache to store product and components, it makes sense the the product and component subroutines use this cache in Bugzilla::Bug.
![]() |
Assignee | |
Comment 1•10 years ago
|
||
Attachment #758947 -
Flags: review?(LpSolit)
![]() |
||
Comment 2•10 years ago
|
||
Comment on attachment 758947 [details] [diff] [review] v1 patch >+ ($self->{component}) //= $self->component_obj->name; >+ ($self->{product}) //= $self->product_obj->name; Parens are useless. Please remove them on checkin. r=LpSolit
Attachment #758947 -
Flags: review?(LpSolit) → review+
![]() |
||
Updated•10 years ago
|
Severity: normal → enhancement
Flags: approval?
![]() |
Assignee | |
Comment 3•10 years ago
|
||
Committing to: bzr+ssh://bzr.mozilla.org/bugzilla/trunk/ modified Bugzilla/Bug.pm Committed revision 8666.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•