Issue Details (XML | Word | Printable)

Key: TRACK-36
Type: Bug Bug
Status: Closed Closed
Resolution: Won't Fix
Priority: Major Major
Assignee: Bo Wang [CustomWare]
Reporter: Jason Hinch [Customware]
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Confluence Extension: Tracking Plugin

Tracking table - Scope Does not work with children of specific page

Created: 27/Aug/08 07:11 AM   Updated: 26/Sep/08 01:16 AM
Component/s: None
Affects Version/s: 1.4.1
Fix Version/s: Soon

Time Tracking:
Not Specified

Environment: 2.8.2


 Description  « Hide
The following deplays no rows when demo is a space (key) and Home is one of its pages which has children. {tracking-table:scope=demo:Home > children}
{tracking-column:value=title}
{tracking-column:value=view count}{tracking-table}

I also tried:
scope=DEMO:Home > children
scope="demo:Home > children"
scope="DEMO:Home > children"

But no luck



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Jason Hinch [Customware] added a comment - 27/Aug/08 07:12 AM
This is a known issue but will not be fixed in the 2.4.2 release

Bo Wang [CustomWare] added a comment - 26/Sep/08 01:15 AM
This is because the space "demo" is not included within the actual search scope of the macro, by default, the tracking-table macro can only get information on content within the current space, in order to get it to access pages and information from other spaces, you need to include "spaces=??" as a paramater. Try using this instead: {tracking-table:spaces=DEMO|scope=DEMO:Home>children}
{tracking-column:value=title}
{tracking-column:value=view count}{tracking-table}