Bugfix RT56788
Two issues with redirects were resolved:
- Using the SendRedirectAction in a callable action, that was executed using the docallableaction() function in a reaction did not work.
- When the portal parameter portal.response.redirect was set to redirect the request, this setting was not cleared for the next request, so every subsequent request would also be redirected (until portal.response.redirect was manually cleared).
Bugfix RT56705
The operations “clearcache“ and “load” (by contentid) of the DatasourceAction did not work with multichannelling contentrepositories, and have been fixed now.
Bugfix RT56784
When the language fallback changes the current page of a GenticsContentPortlet, the triggered onChange event will now have the contentid of the new page as property.