• Eulyeon Ko's avatar
    Update relative positions on querying board issues · 9729e06b
    Eulyeon Ko authored
    When board issues are queried via graphql,
    check and initialize the relative positions of issues
    if they are null.
    
    Why?
    
    The issues appearing in a board list must not have
    their relative positions as `nil` to allow
    repositioning of the issues.
    
    Boards::IssuesController set the relative positions
    of the issues being fetched but we did not do the same
    when board issues were queried via graphql.
    
    Changelog: fixed
    9729e06b
board_list_issues_resolver.rb 1.12 KB