Closed
Bug 496834
Opened 16 years ago
Closed 16 years ago
Model binding/unbinding is not reset if we get a cache hit.
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect, P3)
addons.mozilla.org Graveyard
Public Pages
Tracking
(Not tracked)
RESOLVED
FIXED
5.0.7
People
(Reporter: jbalogh, Assigned: jbalogh)
Details
Attachments
(1 file)
946 bytes,
patch
|
clouserw
:
review+
|
Details | Diff | Splinter Review |
Things like unbindFully are only supposed to take affect for the next query and get reset afterward. But if we hit the cache no query is made and the unbindings carry on unexpectedly. This was a problem in bug 496672.
Assignee | ||
Updated•16 years ago
|
Target Milestone: --- → 5.0.7
Comment 1•16 years ago
|
||
Make sure to check out the object-based caching that's currently only used in Addon->getAddon(). Unlike query-based caching, it allows instant cache invalidation.
Assignee | ||
Updated•16 years ago
|
Priority: -- → P3
Assignee | ||
Comment 2•16 years ago
|
||
This is what cake does in findAll, at ../cake/libs/model/model_php5.php +1186
Attachment #383368 -
Flags: review?(clouserw)
Updated•16 years ago
|
Attachment #383368 -
Flags: review?(clouserw) → review+
Assignee | ||
Comment 3•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•