💵 Bigcapital is financial accounting with intelligent reporting for faster decision-making, an open-source alternative to Quickbooks, Xero, etc.
GNU Affero General Public License v3.0
2.6k
stars
236
forks
source link
Uploading attachments are not working #728
Open
StefanHolst opened 1 month ago
Affected Versions
26088a71ee82068b7a45ba6ec4d81307a3dfd541 and v0.20.6
Description of Bug
Uploading attachments to bills or expences fails when checking if the file was succesfully uploaded.
It looks like the commit https://github.com/bigcapitalhq/bigcapital/commit/37fd4a1fdb033a08aae6bf03e73879bcee4df515 to support
feat: Uploading company logo
broke support for uploading other attachments:useUploadAttachments
anduseMutation
https://github.com/bigcapitalhq/bigcapital/blob/v0.20.6/packages/webapp/src/containers/Attachments/UploadAttachmentsPopoverContent.tsx#L76
Stacktrace