Hi,
I'm changing historyinline.vm to add a link "Approve", in order to set the
approved revision in the object added to the document.
I added this tag in the foreach : do this make sens ? is it supposed to
work ?
<a href="" onclick="$doc.set("revision",
$version)">Approve</a></td>
In my html source i find :
<a href="" onclick="">Approve</a>
the display is fine but no action, nothing happen
Thanks in advance :)