Fixed attachment upload.
This commit is contained in:
parent
e8094488f8
commit
1c1dd25832
2 changed files with 5 additions and 1 deletions
|
@ -64,7 +64,10 @@ class Index extends App.ControllerContent
|
|||
groupFilter = [groupFilter]
|
||||
@form_meta.filter.group_id = groupFilter
|
||||
|
||||
@html App.view('customer_ticket_create')( head: 'New Ticket' )
|
||||
@html App.view('customer_ticket_create')(
|
||||
head: 'New Ticket'
|
||||
form_id: @form_id
|
||||
)
|
||||
|
||||
new App.ControllerForm(
|
||||
el: @el.find('.ticket-form-top')
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
</div>
|
||||
|
||||
<form role="form" class="ticket-create">
|
||||
<input type="hidden" name="form_id" value="<%= @form_id %>"/>
|
||||
|
||||
<div class="ticket-form-top"></div>
|
||||
<div class="article-form-top"></div>
|
||||
|
|
Loading…
Reference in a new issue