Bug #94343
Updated by Oliver Hader over 3 years ago
A content element having not @CType@ set, produces an endless loop, causing an internal server error.
→ in @PageLayout/Record//Preview.html@
<pre>
<f:render partial="PageLayout/Record/CType-{item.record.CType}/Preview" arguments="{_all}" optional="1">
</pre>
→ results in @PageLayout/Record//Preview@
→ is resolved to @PageLayout/Record/Preview.html@
→ ... which was the initiating partial - endless loop established ...