Enhancement to previous diff.
Avoid dispatching forcePolicyAcknowledgmentActionType for not logged-in users.
Added also handling logout in policies reducer.
Depends on D9295
Paths
| Differential D9320 Authored by kamil on Sep 28 2023, 8:27 AM.
Details Summary Enhancement to previous diff. Depends on D9295 Test Plan Logic:
The issue we want to fix:
Diff Detail
Event Timelinekamil held this revision as a draft. Herald added a subscriber: ashoat. · View Herald TranscriptSep 28 2023, 8:27 AM2023-09-28 08:27:46 (UTC-7) Harbormaster completed remote builds in B22899: Diff 31530.Sep 28 2023, 8:45 AM2023-09-28 08:45:15 (UTC-7) This revision is now accepted and ready to land.Oct 3 2023, 3:53 AM2023-10-03 03:53:27 (UTC-7) Comment Actions Can you expand the test plan a little bit by e.g. checking that a modal doesn't show for logged-out users? kamil edited the test plan for this revision. (Show Details)Oct 3 2023, 6:38 AM2023-10-03 06:38:16 (UTC-7) kamil edited the test plan for this revision. (Show Details)Oct 3 2023, 6:40 AM2023-10-03 06:40:28 (UTC-7) Comment Actions
Yes, updated test plan
Closed by commit rCOMMbc919fd2511d: [lib] don't dispatch policy acknowledgment action when user is not logged in (authored by kamil). · Explain WhyOct 3 2023, 6:46 AM2023-10-03 06:46:51 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 31612 lib/reducers/policies-reducer.js
lib/socket/socket.react.js
lib/utils/action-utils.js
lib/utils/call-server-endpoint.js
|