sitegeist / Sitegeist.Archaeopteryx

The missing link editor for Neos
MIT License
21 stars 11 forks source link

BUG: Node-Links with Hashes #59

Open rolandschuetz opened 5 months ago

rolandschuetz commented 5 months ago

In the Neos Core link editor, editors defined node links with additional hashs in the form node://XXXX#section-id

This is supported and work, now installing Archaeopteryx leads to error, e.g. "node://7b7a2070-0e85-44b6-92b7-c4135e3555b5#ausschreibungen" breaks like this making it impossible to edit:

Bildschirmfoto 2024-04-10 um 21 53 44

The same error can be achieved by picking the custom editor and then entering "node://7b7a2070-0e85-44b6-92b7-c4135e3555b5#ausschreibungen"

As a minimum the editor should show this as a custom link and not fully break. Fixed with https://github.com/sitegeist/Sitegeist.Archaeopteryx/pull/60