Skip to content

Commit

Permalink
default to all permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
samsep committed Feb 11, 2016
1 parent 42091c0 commit f2e6789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/messaging.controller.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ MessagingController = ($scope, $document, $filter, API_URL, MessagesAPIService,
vm.workId = $scope.workId
vm.threadId = $scope.threadId
vm.subscriberId = $scope.subscriberId
vm.permissions = $scope.permissions
vm.permissions = $scope.permissions || ['CREATE', 'UPDATE', 'DELETE']
vm.uploaderUploading = null
vm.uploaderHasErrors = null
vm.uploaderHasFiles = null
Expand Down

0 comments on commit f2e6789

Please sign in to comment.