Closed (fixed)
Project:
Facet API
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
16 May 2011 at 03:30 UTC
Updated:
1 Jun 2011 at 16:51 UTC
Jump to comment: Most recent file
The feature at #551620: Type dependent facet blocks requires some settings to be updated otherwise undefined index errors will be thrown.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | facetapi-1158592-2.patch | 735 bytes | cpliakas |
Comments
Comment #1
cpliakas commentedAdded in commit acf2f9c.
Comment #2
cpliakas commentedThe following code might actually eliminate the need for an update function, which would be good. It would improve the overall sanity of the solution since it would eliminate the possibility of undefined index errors.
Comment #3
cpliakas commentedBacked out update function in commit f643e2d so we can revisit the best way of handling this.
Comment #4
cpliakas commentedCommitted patch in #2 at 937dcd6 because it is a more sane solution than and update function, and the widget system uses this paradigm as well.