Added new ticket state where pending time need to be shown.
This commit is contained in:
parent
a3d2f3a768
commit
4f31a9a120
1 changed files with 4 additions and 4 deletions
|
@ -168,7 +168,7 @@ class CreateObjectManager < ActiveRecord::Migration
|
|||
:null => false,
|
||||
:default => 2,
|
||||
:translate => true,
|
||||
:filter => [1,2,3,4],
|
||||
:filter => [1,2,3,4,7],
|
||||
},
|
||||
:editable => false,
|
||||
:active => true,
|
||||
|
@ -190,7 +190,7 @@ class CreateObjectManager < ActiveRecord::Migration
|
|||
:Agent => {
|
||||
:nulloption => false,
|
||||
:null => false,
|
||||
:filter => [2,3,4],
|
||||
:filter => [2,3,4,7],
|
||||
},
|
||||
:Customer => {
|
||||
:nulloption => false,
|
||||
|
@ -217,10 +217,10 @@ class CreateObjectManager < ActiveRecord::Migration
|
|||
:null => true,
|
||||
:translate => true,
|
||||
:required_if => {
|
||||
:state_id => [3]
|
||||
:state_id => [3,7]
|
||||
},
|
||||
:shown_if => {
|
||||
:state_id => [3]
|
||||
:state_id => [3,7]
|
||||
},
|
||||
},
|
||||
:editable => false,
|
||||
|
|
Loading…
Reference in a new issue