Hi All,
I'm trying to add links to various Spaces to the QuickLinks panel, but I
can't seem to get the code right ...
I'm trying to link to a Space called 'Infos Utiles', which is at
http://localhost:8080/xwiki/bin/view/Infos+utiles/
I copied the code that links to the Sandbox => *
[$msg.get("xe.panels.quicklinks.sandbox")>Sandbox.WebHome]
And I guess that I should adapt the xe.panels.quicklinks.sandbox to
xe.panels.quicklinks.infos+utiles
and the Sandbox.WebHome to Infos+Utiles.WebHome
I'm not sure about the '+', but anyway, when I save it, my panel has the
following link :
xe.panels.quicklinks.infos+utiles<http://192.168.5.165:8080/xwiki/bin/edit/Infos%2BUtiles/WebHome?parent=Panels.QuickLinks>that
goes to
http://localhost:8080/xwiki/bin/edit/InfosUtiles/WebHome?parent=Panels.Quic…
What am I doing wrong?