09:57:13 <Guest|39615> I have following problem: page A hast 2 fluidpage section with some objects in in. Page B is subpage of page A. Why does page B don't inherit settings/sections from parent page A?
10:07:17 <NamelessCoder> Guest|39615 default behavior is to *not* inherit those types because they may present problems when inherited and edited on subpages
10:07:29 <NamelessCoder> you can enabled it with inherit="1" on section and object
10:12:57 <Guest|39615> okay, but a section, called logos is inherited anyway. So one Section works (without the inherit attribute) and one not, what could be the reason?
10:14:03 <Guest|39615> and I just tried: inherit="1" don't work :(
10:15:14 <NamelessCoder> it's *very* prone to problems, that's why the default behavior is to have it disabled. Your section must also be named uniquely.
10:15:45 <NamelessCoder> basically because none of the objects or sections are identified but rather numerically indexed, changing anything on a child page usually causes problems
10:16:28 <Guest|39615> and what about simple inputs/checkboxs in a sheet?
10:17:00 <NamelessCoder> not a problem if you use non-dynamic names for the fields and sheets
10:18:04 <Guest|39615> great, but they are not inherited :(
10:18:24 <Guest|39615> flux/fluidpages is on master
10:18:38 <NamelessCoder> template selections must match or also be inherited
10:19:19 <Guest|39615> Configuration of parent page: http://pastebin.com/s8hxSzxh
10:19:34 <NamelessCoder> depending on where you try to use those variable they may also not be inherited (read: inside Configuration section you only get the actual variables)
10:20:08 <Guest|39615> they are used outside Configuration
10:21:05 <Guest|39615> http://pastebin.com/VuZnH5aS <-- Configuration on subpage
10:22:51 <NamelessCoder> try the suggestions from https://github.com/FluidTYPO3/flux/issues/878
10:23:12 <NamelessCoder> and make sure you configure the subpage settings on the parent page
10:29:03 <Guest|39615> On the parent page I don't set configuration values for subpages
10:36:54 <Guest|39615> just cleaned up the db, but still not works. only one section ist inherited, second section is not and normal settings also not
11:00:35 <Guest|39615> okay I know, why the first section works: {l:data(uid: page.uid, path: 'logos') -> v:variable.set(name: '_logos')}