Ticket #8014 (closed Bug: fixed)

Opened 4 years ago

Last modified 4 years ago

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.0.6 with kupu 1.4.8
Plone 3.1rc1 with kupu1.4.9

Attachments

kupu-zmi_docs-link.patch Download (1.4 KB) - added by dmunicio 4 years ago.
broken links zmi_docs#images patch

Change History

comment:1 Changed 4 years ago by hannosch

  • Milestone changed from 3.1 to 3.x

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

broken links zmi_docs#images patch

comment:3 Changed 4 years ago by duncan

  • Status changed from new to closed
  • Resolution set to fixed

Thanks, patch applied in SVN revision 54916

Note: See TracTickets for help on using tickets.