10:44:04 <ndee_> <f:debug>{v:iterator.filter(subject: job.locations, filter: 'city')}</f:debug> <-- I want to filter all my job.locations, so that they are unique by city-name. job.locations is an objectstorage. When I use that syntax, it returns an empty array.
14:10:05 <bastiand> I start using fluidbootstraptheme and FCC a few days ago, modifying page templates is very easy, great job, thanks for that.
14:10:47 <bastiand> but while i tried to build/modify CEs I got a problem by FE rendering for non FCC elements.
14:12:10 <bastiand> In BE everything works fine, i can insert the elements from the tabs Bootstrap, Grid or FCE and put content in it, but in FE only the Header of the CE is rendered. Is this a setup problem?
15:05:43 <NIMIUS|johannes> can I render a FCE in another template?
15:06:24 <Boernd> I am having trouble with the provider functionality of FLUX.
15:07:33 <Boernd> TYPO3 4.7.20, FLUX 6.0.4, I use an extension to override templates of a parent extension, registering the child extension as provider using registerProviderExtensionKey
15:07:54 <Boernd> Now when I am in the Backend and try to save any record, an Exception like this is thrown:
15:08:27 <Boernd> PHP Fatal error: Call to undefined method FluidCache_EXTENSIONNAME_Flux_action_TEMPLATENAME_89850f6665472e19d7f706df83643c1053ba7d89::section_754164850f38c1ecdaf6b8ed894cb192bc36c5f4()
15:08:52 <Boernd> I checked the template for the action, and added a configuration section. Then this error disapears
15:09:38 <Boernd> Does anyone have an idea why this is happening, and why every single action Template (Resources/Private/Templates/CONTROLLERNAME/ACTION.htm needs an configuration section all of a sudden?
15:11:09 <Boernd> This error happens on the second level of overriding the templates. So there are actually 3 Extensions. Original > Override1 > Override2 for the first override everything is OK
15:11:44 <Boernd> and the second overriding extension looks exactly like the first one, except from template content of course :-)