Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken relative external link to the same folder #699

Open
ThibautBorn opened this issue Sep 19, 2024 · 1 comment
Open

Broken relative external link to the same folder #699

ThibautBorn opened this issue Sep 19, 2024 · 1 comment

Comments

@ThibautBorn
Copy link

When creating a new external Link object , referring to another item in the same object, these are not always correctly resolved.
The problem seems to be that when a relative link is created (eg. a link with relative link 'foo'). The path is added to the plone root.

eg. a link with relative link 'foo' with path on https://classic.demo.plone.org/en/demo/a-folder/test-link

will reroute the user to https://classic.demo.plone.orgfoo/ instead of https://classic.demo.plone.org/en/demo/a-folder/foo

@yurj
Copy link
Contributor

yurj commented Sep 19, 2024

./foo works

https://classic.demo.plone.org/en/demo/a-link -> insert ./foo as external link.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants