There seem to be several regressions in the cache system. That will have to be fixed before a final.

Comments

wim leers’s picture

Status: Active » Fixed

There 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 system
2) 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.