2

Resolved

New costum placement feature overrides Zone behaviour

description

This is about the use of "/ZoneName" in theme's placement file. More info here http://orchard.codeplex.com/discussions/373177 and http://orchard.codeplex.com/discussions/348649

comments

pnmcosta wrote Jul 27, 2012 at 9:19 PM

I believe the problem can be fixed in ContentShapeResult method ApplyImplementation : 36, by setting the parentShape according to the placement location found, currently it remains the same regardless of placement.

See http://imgur.com/3GUTv for a shot of the problem. I'm just not sure how to safely access the layout shape, can I use a reference to a IWorkContextAccessor? Or should it be sent by the drivers instead?

sebastienros wrote Sep 28, 2012 at 9:49 PM

Fixed in changeset 7a8719d6cbb8

pnmcosta wrote Oct 7, 2012 at 11:34 PM

this is fixed, but may have triggered another issue, http://orchard.codeplex.com/workitem/19107