Commit 6eb0035b authored by Mario Celi's avatar Mario Celi

Ignore labels remove_on_close_column

parent de3e1661
...@@ -9,6 +9,9 @@ class Label < ApplicationRecord ...@@ -9,6 +9,9 @@ class Label < ApplicationRecord
include Sortable include Sortable
include FromUnion include FromUnion
include Presentable include Presentable
include IgnorableColumns
ignore_column :remove_on_close, remove_with: '14.1', remove_after: '2021-06-22'
cache_markdown_field :description, pipeline: :single_line cache_markdown_field :description, pipeline: :single_line
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment