Skip to content

Remove license checks in issuable bulk update HAML

What does this MR do?

We shouldn't do license feature checks in CE code. It turns out that this happens under the hood with project.feature_available. Let's move these checks into partials and use render_if_exists.

See #300529 (closed)

Screenshots (strongly suggested)

User > Project > issues Group > issues Group > MR's Group > Project > issues Group > Project > MR's
Screen_Shot_2021-02-01_at_10.16.13_PM Screen_Shot_2021-02-01_at_4.24.24_PM Screen_Shot_2021-02-01_at_4.25.05_PM Screen_Shot_2021-02-01_at_4.25.30_PM Screen_Shot_2021-02-01_at_4.25.50_PM

Does this MR meet the acceptance criteria?

Conformity

References

Related to #300529 (closed)

Edited by Paul Slaughter

Merge request reports