Actions
Bug #28844
closedPlugin pages that use react component are broken in production
Description
It happens because the redux state gets copied into plugins which create multiple instances of the redux store.
A solution might be to turn the store into a global singleton.
Updated by The Foreman Bot over 4 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/7379 added
Updated by Avi Sharvit over 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 200ffeabed2579ca019bccd546c5caa51f74a704.
Actions