paulgessinger / swift-paperless

Native iOS app for interacting with a Paperless-ngx installation to manage documents
https://swift-paperless.gessinger.dev/
MIT License
358 stars 15 forks source link

Remove Inbox tags on edit if configured in the backend #126

Open eopo opened 2 months ago

eopo commented 2 months ago

The paperless-ngx web ui removes inbox tags assigned to a document, if other changes are saved. This does not happen in swift-paperless. I suggest adding the parameter "remove_inbox_tags": true to the PUT request, so the behavior of swift-paperless matches the web ui's.

paulgessinger commented 2 months ago

I don't think the web UI does that for me. Inbox tags are only removed, if they're explicitly unset. You can swipe right on a document in the list view to explicitly remove Inbox tags from a document.

eopo commented 2 months ago

It's an option that can be set in paperless-Nagy settings

paulgessinger commented 2 months ago

Ah ok I've never used that. I could possibly check this setting and emulate the behavior.

enbyted commented 2 weeks ago

I don't think the web UI does that for me. Inbox tags are only removed, if they're explicitly unset. You can swipe right on a document in the list view to explicitly remove Inbox tags from a document.

I never knew about the swipe-to-remove-inbox-tags thing, that’s amazing!