Fixed customer change of ticket.
This commit is contained in:
parent
9224a183e7
commit
0aec08cc1f
2 changed files with 2 additions and 2 deletions
|
@ -451,7 +451,7 @@ class App.ControllerForm extends App.Controller
|
|||
select: ( event, ui ) =>
|
||||
b(event, ui.item)
|
||||
)
|
||||
@delay( a, 180 )
|
||||
@delay( a, 280 )
|
||||
|
||||
# working_hour
|
||||
else if attribute.tag is 'working_hour'
|
||||
|
|
|
@ -3,7 +3,7 @@ class App.TicketCustomer extends App.ControllerModal
|
|||
super
|
||||
@render()
|
||||
|
||||
render: ->
|
||||
render: ->
|
||||
configure_attributes = [
|
||||
{ name: 'customer_id', display: 'Customer', tag: 'autocompletion', type: 'text', limit: 100, null: false, relation: 'User', class: 'span5', autocapitalize: false, help: 'Select the new customer of the Ticket.', source: 'api/users/search', minLengt: 2 },
|
||||
]
|
Loading…
Reference in a new issue