Marc Henry Schultz
Marc Henry Schultz
See Bernhards CopyNodesRecursively vs Content Dimensions in https://github.com/neos/neos-development-collection/issues/5054
Thanks for the issue. I can reproduce this. And this is NOT related to copy (https://github.com/neos/neos-development-collection/issues/5054) nodes recursively as we variate here: The publish button in de on any site:...
well but `hidden` is not a setter anymore in neos 9 - thats why it worked before
this is also related to #4550 as we could introduce a generic yaml option for default subtree tags on a node: ``` MyNode: subtreeTags: disabled: true ```
we could make this a NodeTemplates feature (again) see [pr](https://github.com/Flowpack/Flowpack.NodeTemplates/pull/55) ``` 'Flowpack.NodeTemplates:Content.Hidden': superTypes: 'Neos.Neos:Content': true options: template: disabled: true ``` As i stated in the cr weekly: I dont think...
Hi :D I just stumbled over the `replaceHttpResponse` method and the merging in `buildHttpResponse` and the code already looks like trouble due to the possible ambiguity. I completely agree this...
I currently use this node mock trait ```php
> I just wonder: Why a trait and not some public static method? No thats just what i use, because i was LAZY ^^ Ofc a factory would be great....
@grebaldi and me wondered if there should be a dummy fixture for the whole CR as well? ```php
With https://github.com/neos/neos-development-collection/pull/4513 the properties are not as easy as mock able as before: For a mock helper i like to have an option to tell the node that these are...