Concrete "Back to website" button not preserving parameters of single page url.

Permalink
Hi Team,

I have implemented a single page and url of page is like
{domainName}/news/detail/2 (2 is a parameter to fetch the details of object)

Now if I visit single page and then go to admin section and click on "Back to website" button then concrete redirect me to {domainName}/index.php?cID=277 but without object id :2. Is it possible to send extra parameters in url while returning back to single page ?

Thanks