Yoast / Yoast-SEO-for-TYPO3

Yoast SEO plugin for TYPO3
Other
51 stars 56 forks source link

We need additionalGetVars here for the Snippet Preview to work with "News" records (for ex) #443

Closed Pablo-Camara closed 3 years ago

Pablo-Camara commented 3 years ago

I've been testing locally trying to figure out why the Snippet Preview was not working, and the reason is that right here in this line we should also pass "additionalGetVars" but we are not doing that. Please fix it so I don't have to fork from your repo! Thanks!

https://github.com/Yoast/Yoast-SEO-for-TYPO3/blob/8f2e2fc7a11a3e9ffb46b7e8d65153d4caaa6e45/Classes/Service/UrlService.php#L57

Pablo-Camara commented 3 years ago

I've created a P.R :

444