Skip to content

BUG: Neos9 ReferenceEditor createNew doesnt work #3732

Open
@mhsdesign

Description

@mhsdesign

Steps:

add this to Neos.Demo:Content.BlogPostingList

  properties:
    blogs:
      ui:
        inspector:
          editorOptions:
            createNew:
              path: /<Neos.Neos:Sites>/neosdemo
              type: 'Neos.Demo:Document.Blog'
              titleProperty: 'title'

server exception

Warning: Undefined array key 1 in /Users/marchenryschultz/Code/core/neos-manufacture-90/Packages/Neos/Neos.Neos/Classes/FrontendRouting/NodeAddressFactory.php line 76 - Check the logs for details

reason, we currently wrongly compose the node address in the client. This is an error of this kind, which might exist in other places as well: #3731

Metadata

Metadata

Assignees

No one assigned

    Labels

    9.0BugLabel to mark the change as bugfix

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions