• Eulyeon Ko's avatar
    Keep labels sorted by title after mutation · 0128b699
    Eulyeon Ko authored
    Labels assigned to an issuable should be kept sorted by title
    after mutation.
    
    This commit adds '.reset' to issue and merge request labels
    in their mutation resolvers so they get reloaded with
    the sort order 'title asc'.
    
    For epic, only the spec coverage is added as
    the mutation for epic already utilized '.reset'.
    
    Changelog: changed
    0128b699
update_spec.rb 5.64 KB