Skip to content

Changing sort options does not change annotations #294

@patrickarnett

Description

@patrickarnett

Because we're sorting here, we miss changes in sort order.

current_annotations.scan(COLUMN_PATTERN).sort
else
[]
end
new_annotation_columns = if new_annotations.present?
new_annotations.scan(COLUMN_PATTERN).sort

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions