Rerender tasks if controller is executed again.

This commit is contained in:
Martin Edenhofer 2016-03-25 11:35:50 +01:00
parent 478f8912af
commit 8861541f44

View file

@ -587,6 +587,7 @@ class App.Controller extends Spine.Controller
newLocation = newLocation.replace(/#/, '') newLocation = newLocation.replace(/#/, '')
@log 'debug', "execute controller again for '#{newLocation}' because of same hash" @log 'debug', "execute controller again for '#{newLocation}' because of same hash"
Spine.Route.matchRoutes(newLocation) Spine.Route.matchRoutes(newLocation)
@metaTaskUpdate()
logoUrl: -> logoUrl: ->
"#{@Config.get('image_path')}/#{@Config.get('product_logo')}" "#{@Config.get('image_path')}/#{@Config.get('product_logo')}"