Page MenuHomePhabricator

[lib] Migrate remaining actions
ClosedPublic

Authored by tomek on May 21 2024, 1:00 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Nov 10, 8:58 AM
Unknown Object (File)
Sun, Nov 10, 2:28 AM
Unknown Object (File)
Sun, Nov 10, 1:38 AM
Unknown Object (File)
Fri, Nov 8, 2:21 PM
Unknown Object (File)
Sat, Nov 2, 1:07 AM
Unknown Object (File)
Sat, Nov 2, 1:06 AM
Unknown Object (File)
Sat, Nov 2, 12:59 AM
Unknown Object (File)
Sat, Nov 2, 12:49 AM
Subscribers

Details

Summary
Test Plan
  1. To test changeThreadSettingsActionTypes.success, removeUsersFromThreadActionTypes.success, changeThreadMemberRolesActionTypes.success: Create community as user A, add user B, create entry and delete user B. Check that entry disappears from B database.
  2. To test fetchRevisionsActionType: Click history on a calendar entry on Web.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

tomek requested review of this revision.May 21 2024, 1:21 PM
lib/reducers/entry-reducer.js
527 ↗(On Diff #40513)

Tested works. Tested by restoring on web and seeing that it remains across renders and restarts,

542 ↗(On Diff #40513)

Tested works. Tested by seeing that after log in entries populate database and there are no local id entries.

This revision is now accepted and ready to land.May 23 2024, 5:27 AM
This revision was automatically updated to reflect the committed changes.