daostack / daostack/common-web

Funds allocation - transfer to other member should allow invoice uploading

Open
#905 0 comments 0 reactions 1 assignee Claimed by @andreymikhadyuk View on GitHub
bug
Dominant language
TypeScript
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Description

If the funds allocation proposal `data.args.to` field is `otherMember`, the other member (`data.args.otherMemberId`) should be allowed to upload the invoices instead of the proposer.

```
db.collection(COLLECTIONS.Proposals)
.where('type', '==', 'FUNDS_ALLOCATION')
.where('data.args.to', '==', 'otherMember')
.where('state', '==', PROPOSAL_STATE.PASSED)
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.