Forward from login page.

Permalink
Does anyone know why neither of these work anymore with 8.3.2. Worked with 8.3.1?
<a href="<?php echo $view->url('/login','forward', $c->getCollectionID())?>"> <?php echo t('Sign in')?></a>


<a href="<?=$this->url('/login', 'forward', $c->getCollectionID())?>"> <?php echo t('Sign in')?></a>

Returns user to page they logged in on.

Steevb
 
hutman replied on at Permalink Reply
hutman
That function still exists in the login controller in 8.3.2 so I'm not sure why it wouldn't be working for you.
Steevb replied on at Permalink Reply
Steevb
Could you give it a try?