08:02:57 <Guest|72191> so I created a test element, saw the colPos that was associated to it, then updated the other elements with this new colPos
08:03:12 <Guest|72191> which is strange, as I assumed it only uses the "name" property
08:24:30 <NamelessCoder> flux child content uses "name" and stores the value not in colPos but in tx_flux_column (parent UID stored in tx_flux_parent)
08:24:55 <NamelessCoder> there's an EM upgrade script to do the colPos conversion btw
08:49:50 <Guest|72191> I saw that it should use the "tx_flux_column" field, and it does show the selection in the backend. but in the frontend it always complains about colPos and in the backend the column does not show the elements, at least not until i update the colpos myself
08:50:08 <Guest|72191> where can I find the EM upgrade script?
09:21:35 <tpinne> Hi guys, what's the currently preferred way to make flux:field.inline.fal work inside flux:form.object?? I found some github issues for this with hints to check if the record is new. But what would be the correct displayCond or if condition to make that work?
09:26:30 <tpinne> And that each object can have its own fal record referenced :-/
09:35:11 <tpinne> Never mind... Did some further reading and I think it's not possible at all yet. So I will work around that issue
09:52:36 <Guest|72191> the old <fed:data.var maps to <v:variable.register.set ?