Fix #5099: Related user stories do not appear on the page for an epic

stable
David Barragán Merino 2017-05-31 11:56:39 +02:00 committed by Jesús Espino
parent 33f9a59bb3
commit 173f4a9f49
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class RelatedUserStoriesController
@.showCreateRelatedUserstoriesLightbox = false @.showCreateRelatedUserstoriesLightbox = false
showRelatedUserStoriesSection: () -> showRelatedUserStoriesSection: () ->
return @projectService.hasPermission("modify_epic") or @.userstories?.legth > 0 return @projectService.hasPermission("view_epics") or @.userstories?.legth > 0
userCanSort: () -> userCanSort: () ->
return @projectService.hasPermission("modify_epic") return @projectService.hasPermission("modify_epic")