Seems to be user friendlier to keep tab open per default.
This commit is contained in:
parent
d95ac81744
commit
095a16db32
1 changed files with 1 additions and 3 deletions
|
@ -14,9 +14,7 @@ class App.TicketZoomAttributeBar extends App.Controller
|
|||
constructor: ->
|
||||
super
|
||||
|
||||
@secondaryAction = 'closeTab'
|
||||
if @overview_id
|
||||
@secondaryAction = 'closeNextInOverview'
|
||||
@secondaryAction = 'stayOnTab'
|
||||
|
||||
@subscribeId = App.Macro.subscribe(@render)
|
||||
@render()
|
||||
|
|
Loading…
Reference in a new issue