08:41:14 <Guest|17175> Good morning. Can you guys help me out? I try to use RealURL with Fluid. But when I send form, URLs are very ugly. Anyone have an idea how to configure it?
10:25:49 <Andy_H> Hi! In <v:page.menu> or <v:page:breadCrumb> there is an option to include doktype "Spacer" (includeSpacers="TRUE"). Is it possible to prevent these spacers being linked? Because links to spacers result as 404…
11:05:23 <bjo3rn> Andy_H mind opnening an issue on github? I'll have a look later.
11:05:43 <bjo3rn> I never came across spacers so I can't tell if it is a bug tbh
11:17:47 <fger> hi guys, we got a problem with field.inline.fal in section/objects (TYPO3 6.2.4 / latest dev branches of flux/fluidcontent):
11:18:49 <fger> 1. when u insert a new object in a section with a FAL relation and you try to insert a picture, an error occurs - you first have to save the whole FCE when u insert a new FAL section
11:19:28 <fger> namelessCoder: question: is there a way to request an update if a new object in a section is added ?
11:19:49 <fger> i didnt find a requestUpdate attr in flux:form.field.object or .section
11:20:41 <fger> the users will run into the error message stating i.e. "Wrong configuration in table 6ab8abebfd"
11:20:57 <fger> this is due to the fact, that the element wasnt saved yet....
11:22:24 <fger> oh btw. using vhs latest dev-branch also
11:25:44 <BenjaminR> fger: does flexforms have such functionality? i guess not.
11:26:39 <fger> what functionality ? save the element before inserting an inline record ?
11:31:22 <bjo3rn> true, strike what I posted above
11:31:46 <fger> its woven into the core, and so i guess its more up to the FAL/Core guys to make that FAL feature work with ALL core mechanisms (localization, workspaces, flexform features...)
11:31:56 <fger> so i might post/search the core issue tracker :)
14:25:00 <beo6> how can i make Resource_Record_FalViewHelper return items inside a workspace?
14:27:45 <batjony> I guess that this should be FluidTYPO3\Flux\Core::registerProviderExtensionKey instead of Tx_Flux_Core::registerProviderExtensionKey('myextensionkey', 'Content') ?