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