> An alternative fix is to replace:
> #{"style=\"background-color: #{h bg_color}\"" if bg_color}
> with:
> #{"style=\"background-color: #{html_escape bg_color}\"" if bg_color}
>
> I think "h" is supposed to be a method alias for "html_escape", but
> is not loaded due to something missing in our se
On Thu, 08 Sep 2022 17:04:31 +0200 Maximilian Stein wrote:
To me, this seemed like a typo, so I simply removed "h " in
labels_helper.rb:250. This fixed the issue for me, as far as I can
tell.
This might not be a typo. It has been added in the following upstream commit:
https://gitlab.com/gitla
Package: gitlab
Version: 15.3.2+ds1-1~fto11+1
Severity: normal
Tags: patch
Dear Maintainer,
After upgrading Gitlab, issue comments failed to fetch. I got the
following log entries:
Completed 500 Internal Server Error in 234ms (ActiveRecord: 154.4ms |
Elasticsearch: 0.0ms | Allocations: 6651
3 matches
Mail list logo