Resolve "Modify hub and hub filtering for hub and rider auto assignment" #1533

Merged
korina.cordero merged 4 commits from 607-modify-hub-and-hub-filtering-for-hub-and-rider-auto-assignment into master-fix 2021-07-30 11:57:28 +00:00
Showing only changes of commit 04e803510c - Show all commits

View file

@ -82,13 +82,13 @@ class Hub
// flag if hub can be auto assigned
/**
* @ORM\Column(type="boolean")
* @ORM\Column(type="boolean", options={"default"=false})
*/
protected $flag_hub_auto_assign;
// flag if riders assigned to hub can be auto assigned
/**
* @ORM\Column(type="boolean")
* @ORM\Column(type="boolean", options={"default"=false})
*/
protected $flag_rider_auto_assign;