cancel
Showing results for 
Search instead for 
Did you mean: 

Link to a workspace in a dashlet

jirrschi
Champ in-the-making
Champ in-the-making
Hello,

first of all sorry for my bad english.

My issue is to create a link in the "getting-started"-dashlet to a node in the workspace, but I don't know the syntax. I want to have a link to a workspace like this: "workspace/SpacesStore/b568217c-613a-11dc-bd14-472576e344f7"
<a:actionLink href="???" style="font-weight:bold" value="My Link" />
Can somebody help me getting the right syntax?

Thanks alot!
3 REPLIES 3

jirrschi
Champ in-the-making
Champ in-the-making
Of cource I can use a link like
<a:actionLink href="http://<IP>/alfresco/n/browse/workspace/SpacesStore/3363b876-5c4e-11dc-847e-c7f476ccb95a"…
but there is a new authentication required. It seems, NTLM doesn't work in this case. Why? I'm at a loss. Any hints?

Greetings.
jirrschi

mikeh
Star Contributor
Star Contributor
Hi

Try
<a:actionLink href="/n/browse/workspace/SpacesStore/3363b876-5c4e-11dc-847e-c7f476ccb95a"…

You don't need the full URL.

Thanks,
Mike

jirrschi
Champ in-the-making
Champ in-the-making
Thanks a lot! It works perfectly.