I use a modal to allow an user to add a date to an item.
The modal displays fine, the save button does its job but... Back in the collection view, the data displayed is still the old one (even if it's actually saved in db). If i refresh (F5), the data displayed are correct.
Is there a way to refresh the collection view if i hit the save button ?
I suppose it has something to do with
case 'transportdunvhu.save':
$this->applyRedirection($result, array(
'stay',
'com_recy3.vhus.transportvhus'
), array(
'cid[]' => null
));
break;