Feature #21137
Register reducers from plugins
Difficulty:
Triaged:
Description
As a plugin developer, I want to register my reducers and use the existing redux store for my data. I want to add new child states to already existing nodes in state tree.
Related issues
Associated revisions
History
#1
Updated by Ondřej Pražák over 5 years ago
- Related to Feature #20469: Expose React components from plugins added
#2
Updated by The Foreman Bot over 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/4925 added
#3
Updated by The Foreman Bot over 5 years ago
- Pull request https://github.com/theforeman/foreman/pull/5014 added
#4
Updated by The Foreman Bot over 5 years ago
- Pull request https://github.com/theforeman/foreman/pull/5043 added
#5
Updated by Anonymous over 5 years ago
- % Done changed from 0 to 100
- Status changed from Ready For Testing to Closed
Applied in changeset 763018b8ae8e1294eb0333652c25b83325347875.
#6
Updated by Ohad Levy over 5 years ago
- Legacy Backlogs Release (now unused) set to 296
- Pull request deleted (
https://github.com/theforeman/foreman/pull/4925)
Fixes #21137 - Register reducers from plugins
This enables registering reducers from plugins.
http://projects.theforeman.org/issues/21137