Page MenuHomePhabricator

[lib] Migrate remaining actions
ClosedPublic

Authored by tomek on May 21 2024, 1:00 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 17, 10:59 AM
Unknown Object (File)
Sat, Mar 15, 10:24 PM
Unknown Object (File)
Wed, Mar 5, 5:08 PM
Unknown Object (File)
Feb 28 2025, 1:17 AM
Unknown Object (File)
Feb 26 2025, 11:42 AM
Unknown Object (File)
Feb 26 2025, 11:42 AM
Unknown Object (File)
Feb 18 2025, 6:21 AM
Unknown Object (File)
Feb 18 2025, 12:24 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.