ciur / papermerge

Open Source Document Management System for Digital Archives (Scanned Documents)
https://papermerge.com
Apache License 2.0
2.55k stars 267 forks source link

Inbox shows wrong count #497

Closed ciur closed 1 year ago

ciur commented 1 year ago

Description Inbox does not show correct number of items. I there are 4 folders and 1 document - it shows total count of 22! In order to reproduce the issue: simply create in inbox 4 folders, so that each folder contains 5 documents.

Expected When there are 4 folders and 1 document in the inbox - inbox count should be 4 + 1 = 5

Actual For 4 folders and 1 document it actually displays total count 22!

Info: Backend version: 2.1.1 Frontend version: 2.1.0b12

wrong-number-of-total-items-in-inbox

ciur commented 1 year ago

PR which fixes the issue: papermerge/papermerge-core#106