Fixed property typo in the Related US Controller
A reference to the `.length` property of `@.userstories` was originally misspelled.stable
parent
92523a6f98
commit
49d7899066
|
@ -30,7 +30,7 @@ class RelatedUserStoriesController
|
|||
@.showCreateRelatedUserstoriesLightbox = false
|
||||
|
||||
showRelatedUserStoriesSection: () ->
|
||||
return @projectService.hasPermission("view_epics") or @.userstories?.legth > 0
|
||||
return @projectService.hasPermission("view_epics") or @.userstories?.length > 0
|
||||
|
||||
userCanSort: () ->
|
||||
return @projectService.hasPermission("modify_epic")
|
||||
|
|
Loading…
Reference in New Issue