[Backport] 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 80bf29f241
commit dc91319256
1 changed files with 1 additions and 1 deletions

View File

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