Bug: Dynamic assignment should allow a blank MAX_CONTACTS_PER_TEXTER variable but does not #1349
Labels
A-server-side (nodejs)
Area: All changes on the server side
A-text assignment
Area: Text assignment bugs, features, and proposals
C-bug
Type: Bug
S-needs confirmation
Status: Need to check if this is still an issue and can be reproduced
Describe the bug
The intended usage of the env var
MAX_CONTACTS_PER_TEXTER
was to allow texters to choose as many texts as they'd like if the var was left blank. Instead leaving the var blank makes dynamic assign no longer an option.To Reproduce
Steps to reproduce the behavior:
MAX_CONTACTS_PER_TEXTER
either to nothing or to 0Expected behavior
We expect that if
MAX_CONTACTS_PER_TEXTER
is blank, a texter can text as many texts as they'd like and ifMAX_CONTACTS_PER_TEXTER
is 0, dynamic assign is off.Additional context
This was first surfaced in #1066 and so the context of that discovery process is there.
The text was updated successfully, but these errors were encountered: