Ticket #8014 (closed Bug: fixed)
kupu zmi_docs#images link broken
| Reported by: | dmunicio | Owned by: | duncan |
|---|---|---|---|
| Priority: | minor | Milestone: | 3.1.3 |
| Component: | Visual Editor | Keywords: | kupu link |
| Cc: |
Description
When I see page template kupu_library_tool/kupu_config when I click "image captioning documentation" links the following message appears: "We're sorry, but that page doesn't exist…".
It can be reproduced with:
| Plone 3.1rc1 with kupu1.4.9 |
Attachments
Change History
comment:2 Changed 4 years ago by dmunicio
This could be fixed adding "kupu_library_tool/" to the link. So http://localhost:8080/Plone/zmi_docs#images
should be http://localhost:8080/Plone/kupu_library_tool/zmi_docs#images
So in kupu_config page template we should add something like: tal:attributes="href string:${here/absolute_url}/zmi_docs#images"
The patch is attached
Changed 4 years ago by dmunicio
-
attachment
kupu-zmi_docs-link.patch
added
broken links zmi_docs#images patch
Note: See
TracTickets for help on using
tickets.
