Open GoogleCodeExporter opened 9 years ago
What kind of URL is /share/page/context/mine? That looks like a custom page
that has been added to Alfresco.
Original comment by Florian....@gmail.com
on 10 Apr 2014 at 1:07
Thanks a lot for your reply!
I really don't know how to explain it to you ... What I can say is that I did
not have any customized pages. This URL was extracted after I manually navigate
to the file and request it details.
Another thing that I found is in the code of file
gallery-grid-dashlet.get.html.ftl:
<#if page.url.templateArgs.site?exists>
"detailsUrl" : "${url.context}/page/site/${page.url.templateArgs.site!""}/document-details?nodeRef=",
<#else>
"detailsUrl" : "${url.context}/page/document-details?nodeRef=",
</#if>
if the flow went to the 'else' it would work fine ...
Original comment by cassio.r...@gmail.com
on 10 Apr 2014 at 1:14
Original issue reported on code.google.com by
cassio.r...@gmail.com
on 9 Apr 2014 at 8:17