Files
Orchard/src/Orchard.Web/Modules/Orchard.Layouts
Sipke Schoorstra bc74aec232 Fixed ContentFieldHarvester when NULL Content
The content field harvester throws an error when the LayoutEditor is rendered without having a content item as the context (BluePrints, for example). The previous code would fall back to simply enumerating all fields of all parts to make available all content fields as elements. However, the content field elements can't render these fields without having a proper content item as context, so it would fail with an exception.

There are scenarios where one might still want to be able to add content field elements on the canvas even when there is no current content item (to create template layouts for example). But to support this, we need to figure out what we want to render if we can;t actually render the content field at design time. Perhaps a simplified representation would suffice in this scenario. To be discussed. Removing the broken feature for now.
2016-09-24 11:45:19 +02:00
..
2016-05-27 09:08:03 -07:00
2016-03-19 03:41:24 +01:00
2015-11-19 14:02:12 +01:00
2016-05-26 12:41:13 -07:00
2016-05-19 12:26:34 -07:00
2015-09-21 14:04:37 -07:00
2015-11-21 14:21:29 +01:00
2016-04-26 10:12:18 -07:00
2015-09-21 14:04:37 -07:00
2014-10-14 16:07:00 -07:00
2015-04-19 21:18:31 +02:00
2016-02-01 11:55:04 -08:00