When you try to mass update the redirect records in the list module and only have for instance the source field as editable field you run into the following error:
trim() expects parameter 1 to be string, null given
url_forwarding/Classes/Hook/TceMain.php in line 52.


Issue is that when mass updating the full record isn't available in the hook but the code depends on some of the fields being present.
When you try to mass update the redirect records in the list module and only have for instance the
sourcefield as editable field you run into the following error:Issue is that when mass updating the full record isn't available in the hook but the code depends on some of the fields being present.