Fixed issue #2439 - Import 'On-hold' status
This commit is contained in:
parent
84ff625257
commit
1dada055ce
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ class Sequencer
|
|||
'pending' => 'pending reminder',
|
||||
'solved' => 'closed',
|
||||
'deleted' => 'removed',
|
||||
'hold' => 'open'
|
||||
}.freeze
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue