Refactor #30544
Deprecate the mount_react_component method
Description
Deprecate the mount_react_component method to so developers would stop using it and use react_component instead.
Subtasks
Related issues
Associated revisions
History
#1
Updated by The Foreman Bot over 2 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/7874 added
#2
Updated by Ondřej Pražák over 2 years ago
- Related to Refactor #30629: Replace mount_react_component with react_component added
#3
Updated by Ondřej Ezr over 2 years ago
- Related to Refactor #30972: replace mount_react_component with react_component in ReportJsonViewer added
#4
Updated by Ondřej Ezr over 2 years ago
- Related to Refactor #30971: replace mount_react_component with react_component in application_react added
#5
Updated by Ondřej Ezr over 2 years ago
- Related to Bug #30969: replace mount_react_component with react_component added
#6
Updated by Ondřej Ezr over 2 years ago
- Related to Bug #30970: replace mount_react_component with react_component in charts added
#7
Updated by Ondřej Ezr over 2 years ago
- Related to Refactor #31122: replace mount_react_component with react_component added
#8
Updated by The Foreman Bot over 2 years ago
- Fixed in Releases 2.3.0 added
#9
Updated by Avi Sharvit over 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|799363adab415a904f44d50cfcd551c2bff06cb9.
Fixes #30544 - deprecate mount_react_component
Deprecate the ReactjsHelper#mount_react_component,
please use ReactjsHelper#react_component instead.