11:34:24 <mrboe> i jusst created this and want to know if there is any better way to do that https://github.com/misterboe/fluidbootstraptheme/commit/1e2dda7e19dceb93ec0f2bc68b0eec2e5d6c1661
12:06:42 <bjo3rn> mrboe so there is a chance of having 0 panels?
12:08:47 <bjo3rn> which error is thrown then? {panels} not being defined I guess?
12:22:48 <mrboe> The argument "each" was registered with type "array", but is of type "string" in view helper "TYPO3\CMS\Fluid\ViewHelpers\ForViewHelper"
12:23:34 <mrboe> this happens in every FCE when the BE user delets all objects in a section
12:24:12 <mrboe> and the only way is to delete this FCE in list mode
12:24:26 <mrboe> but this isnt very nice for a normal t3 user
14:36:22 <Boernd> I have an issue with fedext, of which I don't know whether it's a bug, or a usage error.
14:37:22 <Boernd> Following Scenario: I use the vhs viewhelper version 1.8.4. I use render.request to render an action, which decides what should be shown next.
14:38:02 <Boernd> This action renders in it's template should via render.content viewhelper render pages with the correct content
14:38:13 <Boernd> this content is a text and a plugin
14:38:41 <Boernd> if i use this in the described order, the request from render.request is also called on the pages called with content.render
14:39:03 <Boernd> This is bad, since there should be rendered an other plugin action on this page
14:40:53 <Boernd> I tried to fix this by replacing the content.render with render.request viewhelpers, assigning the page UID of the desired content, but when I check the TSFE->id parameter the given UID is not used but the one of the original request
14:42:29 <Boernd> and also the surrounding content of this page is not rendered, which is needed, since the text on this page should also be shown
15:37:03 <Boernd> So the basic question is 1. why does the render.request viewhelper have a pageUid Attribute if it is never used
15:37:35 <Boernd> 2. If I use content.render after render.request is called, is there a way to clear the request information an call the page without parameters?
15:49:27 <Boernd> Ok, after some investigation i found the error for the request Information, which is not present, it was just a missing column parameter
15:51:43 <Guest|40743> Hi. Is it possible to create model and persist it using Fluid Powered Typo3 extension?
15:52:12 <Guest|40743> I have really hard time doing it with vanilla extbase. Maybe it would be easier with fluid powered typo3
16:05:44 <bjo3rn> hi Guest|40743 fluidtypo3 is all about frontend rendering and doesn't provide any domain logic tools.