-
Story
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
-
None
-
Quality / Stability / Reliability
-
False
-
-
False
-
3
-
None
-
None
-
OCP Console - Sprint 274
As part of the work on react-router v5 drop, we need to migrate from the createModalLauncher instances in our codebase and we need to use the useModal hook instead.
To use this hook we have to firstly refactor factories/functions where we call on the createModalLauncher instances to a hook/FC form, so that we can migrate to useModal.
One such instance is DeploymentActionFactory, we should refactor it to its functional equivalent useDeploymentActions which would wrap and provide the existing list of Actions.
AC:
- refactor DeploymentActionFactory to hook form.
- consolidate all consumers of DeploymentActionFactory to use the new hook form instead.
- clones
-
CONSOLE-4633 Refactor JobActionFactory to hook form.
-
- Closed
-
- is cloned by
-
CONSOLE-4635 Refactor PDBActionFactory to hook form.
-
- Closed
-
-
CONSOLE-4647 Refactor VolumesTable to use RemoveVolumeModal launched via useOverlay
-
- Closed
-
- links to