History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: SQL-2
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Bob Swift
Reporter: Tom Davies
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Confluence SQL Plugin

SQL Macro adds extraneous javascript to PDF export

Created: 01/Nov/06 06:57 PM   Updated: 08/Jan/07 11:49 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 3.1

Time Tracking:
Not Specified

Issue Links:
Duplicate
 

Labels:


 Description  « Hide
try the markup: {chart:title=Confluence content By \\ type|type=line|dataDisplay=true|width=1100|height=400|legend=true|dataOrientation=vertical|ylabel=Count}
{sql:dataSource=sqlmacro|output=wiki}
select contenttype, count from content
group by contenttype{sql}{chart}

export the page to PDF – javascript is shown after the table.

This may be a problem due to PDF export not handling comments correctly – so it may be better fixed in Confluence's PDF export than in the plugin – see CONF-7250



 All   Comments   Work Log   Change History   FishEye   Crucible   Related Builds      Sort Order: Ascending order - Click to sort in descending order
Bob Swift - 29/Dec/06 02:59 PM
This is caused by CONF-6490. However, this has been sitting around for some time with no activity. So, as a work-around, eliminate all use of ">" symbol in the javascript code (and verify there is no regression!).

Bob Swift - 08/Jan/07 11:49 PM
Removed all > characters from javascript