Denny Lubitz

Results 30 issues of Denny Lubitz

### Description If you try to change meta data of an image, that has selected by image editor and has not been applied yet to the node, the meta data...

Bug

If you change the type of a NodeType the workspace doesn't get marked as "changed". So you are not able to publish this particular change without changing something else. As...

Bug
9.0

The `creationDateTime` has no setters in AbstractNodeData, so the NodeData::similarize can't set them in the target node propery. We need to allow the `ObjectAccess::setProperty` to force direct access to the...

Bug
8.3

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior If I change a property of a node, the node becomes...

Bug
8.3

Followup of https://github.com/neos/neos-development-collection/pull/5268 > It seems we found the culprit. The reason for this obsolete join is history. Originally the nodename was stored in the hierarchy relation table. And with...

Bug
9.0

Removes the outdated swiftmailer and uses the new symfonymailer package for the email action.

If you want to use a dynamic SelectOptionCollection as value-label pairs for select options in Neos 9, this will be broken. ```fusion // ... properties { options = Neos.Form.Builder:SelectOptionCollection {...

bug

The `Flowpack.SearchPlugin:SearchResultRenderer` uses the `searchHitForNode` on the searchResults, which is only implemented in the `ElasticSearchQueryResult` of the `flowpack/elasticsearch-contentrepositoryadaptor` package. ``` // we also make the full ElasticSearch hit available to...

bug

Fixes #3896 This marks nodes, which are disabled by inheritence, because a ancestor node is disabled, with a dedicated icon. ![image](https://github.com/user-attachments/assets/14653e94-d558-432b-86a5-5acd1d4035b6)

Feature
9.0

As we now know which node is disabled (hidden) by one of it's ancestors, we should show that in the tree similar to the disabled node itself - but different....

9.0