Hello,
When we try to use teh inline link editor to create a link to a channel/page, the resulting link is incorrectly generated:
<p><a href="vgn_ext_templ_rewrite?vgnextoid=0c39fd2033d72010VgnVCM100000233c010aRCRD/vgn_ext_templ_rewrite">Channel link</a></p>
It should be:
<p><a href="vgn_ext_templ_rewrite?vgnextoid=0c39fd2033d72010VgnVCM100000233c010aRCRD&vgnextchannel=0c39fd2033d72010VgnVCM100000233c010aRCRD/vgn_ext_templ_rewrite">Channel link</a></p>
We are using the OOTB editlive for java editor. What can we do to fix this?