ecency-mobile icon indicating copy to clipboard operation
ecency-mobile copied to clipboard

Bug Fix: Beneficiaries not showing correctly

Open aliseyalvi opened this issue 2 years ago • 2 comments

What does this PR?

Filtered the default beneficiary from beneficiaries list while saving draft and saving beneficiaries list in redux. Add default beneficiary when draft is loaded This removes the inconsistancy caused by draft saved in ecency web as in ececny web it does not saves the default beneficiary but on mobile it was saving default beneficiary in meta. That was causing inconsistancy.

Issue Number

https://discord.com/channels/@me/920267778190086205/1009051563953758238

aliseyalvi avatar Aug 17 '22 04:08 aliseyalvi

When we set schedule date on ececny web it saves schedule successfully but when we fetch it on ececny mobile it doesn't return schedule data in meta. It should be fixed on backend to work on ecency mobile . Refer screenshots image image image

aliseyalvi avatar Aug 17 '22 04:08 aliseyalvi

apparently adding schedule date in post settings, hide the ability to save draft... check Update Draft button is hidden Screenshot 2022-08-17 at 1 27 53 PM

noumantahir avatar Aug 17 '22 08:08 noumantahir

Removed schedule info from meta and other code related to it which was done in some past PR

Refer commits: https://github.com/ecency/ecency-mobile/pull/2425/commits/0c6c7d09ad070402931ef5b7a77ae5bcaf44617b https://github.com/ecency/ecency-mobile/pull/2425/commits/a23b1678ddd7bbef1fe659adeee5f58c42bf90d7 https://github.com/ecency/ecency-mobile/pull/2425/commits/05eeda6193888ead73d6f67a63e47526c06ac7ef

aliseyalvi avatar Aug 17 '22 17:08 aliseyalvi