Ticket #442 (closed defect: fixed)
Slot nesting fails when nest level is greater than 2
| Reported by: | dordille | Owned by: | tboutell |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4.2 |
| Component: | apostrophePlugin | Version: | 1.4 |
| Keywords: | Cc: | geoffd, johnnyoffline, rickybanister, agilbert, | |
| Symfony version: | 1.4 |
Description
The blog plugin allows you to do some pretty funky things with slots. One of these is including slots within slots. However when you include a slot in a slot in a slot things no longer work. Even worse there are 500 errors. It seems like when the slot nesting depth is greater than 2 aTools::getCurrentPage() returns the page corresponding to the slug of the virtual page used for one of the slots.
This isn't strictly a blog bug as this seems to apply to all slots nesting other slots.

