Hi
I am trying to be able to edit attachments through the webdav extension.
I found the WebDAV.XWikiUI.V1.PATCH and applyed it to xwiki version 1.7
But am not able to get the right url repencented in
javascript:davEdit($xwiki.getDavURL($doc, $attach)); but hte output is not
translated.
The link is displayed like this
javascript:davEdit($xwiki.getDavURL($doc, $attach)) and not as show at the
test page:
http://91.121.237.216/xwiki/bin/view/WebDAV/#Attachments
eg
javascript:davEdit('http://91.121.237.216/xwiki/webdav/spaces/WebDAV/WebHome/gradient.jpg');
Can you give me any pointers ?
Thanks in advance
Karsten