I had this problem. I solved it with
"unAssignVehicle _x" forEach units _group
units _group orderGetIn false
units _group allowGetIn false
I don't know which of these commands does the trick, or if its the combination of the two.... having eventually got it to work I couldn't face figuring out why, although it seems allowGetIn might be the crucial one.