Issue Details (XML | Word | Printable)

Key: GLIFFY-789
Type: Bug Bug
Status: Tested Tested
Resolution: Fixed
Priority: Minor Minor
Assignee: Shannon Krebs
Reporter: Chris Kiehl
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Gliffy

Reference to nonexistent action in LargeDiagram.vm

Created: 04/Aug/08 10:01 PM   Updated: 09/Oct/08 02:11 PM
Component/s: Confluence Plugin Integration
Affects Version/s: Gliffy Plugin for Confluence - 1.4.0
Fix Version/s: Gliffy Plugin for Confluence - 1.4.1
Security Level: Anyone may view


 Description  « Hide
LargeDiagram.vm contains a reference to "pages/pageinfo.action" which doesn't exist:

#if ($viewingPageInfo) > <a href="$req.contextPath/pages/pageinfo.action?pageId=$helper.page.id">Information</a>

It should probably reference to "pages/viewinfo.action".

The related issue is:

http://jira.atlassian.com/browse/CONF-10393



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Chris Kohlhardt added a comment - 05/Aug/08 05:21 PM
Hi Shannon,

It looks like you already fixed this with your recent re-factoring. Can you confirm?

thx!

-chris


Shannon Krebs added a comment - 05/Aug/08 05:31 PM
Yes, this action has seen some refactoring since the last release, I can't see that reference in the latest version vm file.