stable
Daniel García 2019-01-15 07:30:52 +01:00 committed by Alex Hermida
parent 2b21901b5c
commit cdc9b65b39
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class UserLiveNotificationsController extends mixOf(taiga.Controller, taiga.Page
] ]
constructor: (@scope, @rootscope, @repo, @confirm, @rs, @params, @q, @location, @navUrls, @auth, @errorHandlingService) -> constructor: (@scope, @rootscope, @repo, @confirm, @rs, @params, @q, @location, @navUrls, @auth, @errorHandlingService) ->
@scope.sectionName = "USER_SETTINGS.EVENTS.LIVE_SECTION_NAME" @scope.sectionName = "USER_SETTINGS.NOTIFICATIONS.LIVE_SECTION_NAME"
@scope.user = @auth.getUser() @scope.user = @auth.getUser()
promise = @.loadInitialData() promise = @.loadInitialData()
promise.then null, @.onInitialDataError.bind(@) promise.then null, @.onInitialDataError.bind(@)