Fix column label template format [SCI-7236]

This commit is contained in:
Anton 2022-09-26 21:01:31 +02:00
parent fcd235b654
commit dbfc3b2e2a

View file

@ -32,7 +32,7 @@ module LabelTemplates
tags: repository.repository_columns.pluck(:name).map do |name|
{
key: name,
tag: "{{COLUMN_[#{name}]}}"
tag: "{{c_#{name}}}"
}
end
}