parent
894f3c4dd1
commit
c1a46b863c
1 changed files with 2 additions and 5 deletions
|
@ -93,16 +93,13 @@ class App.Dashboard extends App.Controller
|
||||||
@$(".tab-content.#{target}").removeClass('hidden')
|
@$(".tab-content.#{target}").removeClass('hidden')
|
||||||
|
|
||||||
class DashboardRouter extends App.ControllerPermanent
|
class DashboardRouter extends App.ControllerPermanent
|
||||||
#requiredPermission: ['*']
|
requiredPermission: ['*']
|
||||||
|
|
||||||
constructor: (params) ->
|
constructor: (params) ->
|
||||||
super
|
super
|
||||||
|
|
||||||
# check authentication
|
# check authentication
|
||||||
#@authenticateCheckRedirect()
|
@authenticateCheckRedirect()
|
||||||
if !@authenticateCheck()
|
|
||||||
@navigate '#login'
|
|
||||||
return
|
|
||||||
|
|
||||||
App.TaskManager.execute(
|
App.TaskManager.execute(
|
||||||
key: 'Dashboard'
|
key: 'Dashboard'
|
||||||
|
|
Loading…
Reference in a new issue