The method for adding user to franchise is make_user_member_of_franchise, while it should be make_uid_member_of_franchise, as there is e.g. make_uid_member_of_division that has the same interface.
This change has to be managed carefully in order not to break dependent projects without a transitional period.
The method for adding user to franchise is
make_user_member_of_franchise, while it should bemake_uid_member_of_franchise, as there is e.g.make_uid_member_of_divisionthat has the same interface.This change has to be managed carefully in order not to break dependent projects without a transitional period.