15:35:44 <andreaswolf> I've got a problem with Flux on TYPO3 6.2
15:36:17 <andreaswolf> copying an element from a Flux element does not work – the element is copied, but adjusting the colPos/tx_flux_column/tx_flux_parent values fails
15:36:50 <bjo3rn> hi andreaswolf see https://github.com/FluidTYPO3/flux/pull/609
15:37:21 <andreaswolf> I'm unsure if that's a bug in Flux or a misconfiguration in the installation (I did not set it up, it's a client's installation)
15:37:33 <andreaswolf> nope, not from the description
15:37:51 <andreaswolf> but I'm pretty sure it's not
15:38:17 <bjo3rn> what do you mean by 'adjusting the values fails'?
15:38:18 <andreaswolf> my problem is the other way round: I try to copy from a Fluidcontent column to the page itself, but colPos and tx_flux_parent are not cleared
15:38:50 <andreaswolf> and if I copy inside the Fluidcontent element, the column is adjusted correctly, but tx_flux_parent is set to 0
15:39:07 <xaver> bjo3rn: https://github.com/FluidTYPO3/flux/issues/573 last entry
15:39:07 <andreaswolf> I tracked it down to EXT:flux/ContentService::afterPaste()
15:40:13 <andreaswolf> I also started writing functional tests, they also did not yield the correct values
15:40:50 <andreaswolf> the thing is that afterPaste() is *really* ugly IMHO, values are overwritten multiple times, it's unclear what part of the code does what and is called in which situation
15:42:27 <bjo3rn> oh, yes. it is not the nicest to read
15:43:10 <andreaswolf> is there any reason why Yoda notation is used for "not equal" comparisons?
15:43:18 <andreaswolf> that makes some parts really hard to read