mujianmin / fme-alfresco-extensions

Automatically exported from code.google.com/p/fme-alfresco-extensions
0 stars 0 forks source link

Details URL not working on "my dashboard" #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add the dashlet on "my dashboard" (and not a site dashboard)
2. click a picture to open a lightbox
3. click details url

What is the expected output? What do you see instead?
Expected: goes to the image details page
Instead: can't find the current site, hence the url is wrong.

What version of the product are you using? On what operating system?
w7, alfresco4.0c

Please provide any additional information below.
Problem's caused by
"detailsUrl" : 
"${url.context}/page/site/${page.url.templateArgs.site!""}/document-details?node
Ref=",
where page.url.templateArgs.site doesn't match to anything

Original issue reported on code.google.com by lucas.pa...@gmail.com on 14 Feb 2012 at 10:24