rapidpro / casepro

Case management dashboard for RapidPro
BSD 3-Clause "New" or "Revised" License
21 stars 31 forks source link

Start flow broken. Still using old parameter #325

Closed KaitCrawford closed 4 years ago

KaitCrawford commented 4 years ago

Starting a RapidPro flow form CasePro is broken. This is because RapidProBackend.start_flow() is still sending the extra parameter to TembaClient.create_flow_start() but that method no longer accepts that parameter. https://github.com/rapidpro/casepro/blob/master/casepro/backend/rapidpro.py#L389 https://github.com/rapidpro/rapidpro-python/blob/master/temba_client/v2/__init__.py#L363

KaitCrawford commented 4 years ago

@rowanseymour is this a problem you are able to reproduce?

rowanseymour commented 4 years ago

Sorry been a busy week but fixed now in master!