Error when group with leading zeroes validated
- May 09, 2019
-
-
msb authored
group id if it had leading zeroes. Removed the conversion of the id to an int when passing to get_or_create_group_by_groupid(). Unnecessary as the id was already validated with a regex.
-