Rerender tasks if controller is executed again.
This commit is contained in:
parent
478f8912af
commit
8861541f44
1 changed files with 1 additions and 0 deletions
|
@ -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')}"
|
||||||
|
|
Loading…
Reference in a new issue