Follow up 6e90f4bfa2
- Fixes #3880 - Changing ticket status from "new" to any other status always results in uncommited status "closed".
This commit is contained in:
parent
aaa87b4b06
commit
2708704835
1 changed files with 2 additions and 3 deletions
|
@ -984,15 +984,14 @@ class App.TicketZoom extends App.Controller
|
|||
processData: true
|
||||
success: (data) =>
|
||||
|
||||
#App.SessionStorage.set(@key, data)
|
||||
@load(data, true, true)
|
||||
|
||||
# reset article - should not be resubmitted on next ticket update
|
||||
ticket.article = undefined
|
||||
|
||||
# reset form after save
|
||||
@reset()
|
||||
|
||||
@load(data, false, true)
|
||||
|
||||
if @sidebarWidget
|
||||
@sidebarWidget.commit()
|
||||
|
||||
|
|
Loading…
Reference in a new issue