Adding a new strategy for allowing automatic assignment without assigning the previously assigned user.
This commit is contained in:
parent
c35801d00f
commit
e3b8e8370e
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ const ASSIGN_STRATEGIES = [
|
||||||
'least_assigned',
|
'least_assigned',
|
||||||
'least_completed',
|
'least_completed',
|
||||||
'keep_last_assigned',
|
'keep_last_assigned',
|
||||||
|
'random_except_last_assigned'
|
||||||
]
|
]
|
||||||
const REPEAT_ON_TYPE = ['interval', 'days_of_the_week', 'day_of_the_month']
|
const REPEAT_ON_TYPE = ['interval', 'days_of_the_week', 'day_of_the_month']
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue