Refactor #32090
Refactor #23010: add deprecation warnings to all flotcharts functions
Deprecate flot_bar_chart and render React chart by default
Pull request:
Fixed in Releases:
Found in Releases:
Associated revisions
History
#1
Updated by The Foreman Bot over 1 year ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8394 added
#2
Updated by The Foreman Bot over 1 year ago
- Fixed in Releases 2.5.0 added
#3
Updated by Ondřej Ezr over 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|807469915ddaa04e4e7b3bd267918a6296ffefb2.
Fixes #32090 - deprecate flot_bar_chart
We render react BarChart by default so the plugins take a look how it
works for them. All plugins should move to using React with Foreman 2.6
where the option to render flot chart goes away.