Marc Glasser
Marc Glasser
>now we have some customizations (this very PR) that is impossible to replicate with JSON_PATCH Can you please update the description to mention which customizations are not compatible with JSON_PATCH?...
Is it possible to reword some of this for clarity? >Changes our merging strategy (defined in applyMerge/fastMerge/mergeObject) to have two additional flags: isBatchingMergeChanges and shouldReplaceMarkedObjects. The isBatchingMergeChanges flag will be...
Thanks @marcochavezf if you want me to take over feel free to assign! No problem 👍
@s77rt lmk if you want to work on this one with me?
@s77rt helped us fix this and raised the PR. There was no other C+ on this one.
I just retested this and it's very reproducible. >In OldDot - Create an unreported transaction on OldDot >Verify that it shows up on the self-DM in NewDot 👍 >In OldDot...
Oh there's also this other bug... **Loading state shown incorrectly** 1. Create a new account in NewDot 2. Create a workspace 3. Sign in on OldDot 4. Create an unreported...
**Adding unreported transaction to report** 1. Add unreported transaction to report in OldDot 1. Verify that it is removed from the selfDM lastMessageText 1. Verify that it is moved to...
Checking into some more stuff on the backend for this one... It looks we do set the money request report preview with an update like this: ``` { "key": "reportActions_1229374452552951",...
One problem appears to be while updates are queued in Auth they are never returned to the web API so that they can be sent in realtime. Even if we...