Closed (fixed)
Project:
Hierarchical Select
Version:
5.x-3.0-rc6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
14 Oct 2008 at 17:01 UTC
Updated:
14 Dec 2008 at 02:01 UTC
There seem to be several regressions in the cache system. That will have to be fixed before a final.
Comments
Comment #1
wim leersThere were 2 problems:
1) ever since there is a
<div class="selects">container for the selects, the from-cache updates would cause the HTML to be put in the wrong location, thereby breaking the cache system2) every since there is the ability to create new items in the hierarchy, there should've been a check that disabled the from-cache updates when that functionality is enabled. It is possible though to cache the per-level editability & item type settings, but for now, I'll ignore that, since you would also need proper cache invalidation for that too work, too. There's an issue for that already.