rapidpro / casepro

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

Forwards should use one outgoing message per URN #49

Closed rowanseymour closed 8 years ago

rowanseymour commented 8 years ago

Right now the outgoing model supports multiple URNs (because it used to represent a RapidPro broadcast). Should switch it to be a single URN, so easier to make meaningful counts of forwards, same has how it was switched to be one per contact for replies.

The UI only allows a single URN for a forward, so all outgoing instance which are forwards should be single URN anyway.

rowanseymour commented 8 years ago

Fixed by https://github.com/rapidpro/casepro/pull/54