mirror of
https://github.com/ciur/papermerge.git
synced 2026-04-25 03:55:58 +03:00
[GH-ISSUE #482] Tags with 2.1.0a39 #372
Labels
No labels
2.1
3.0
3.0.1
3.0.2
3.0.3
3.0.3
3.1
3.2
3.2
3.3
3.5
3.x
Fixed. Waiting for feedback.
Fixed. Waiting for feedback.
UX
Version 2.1 - alpha
XSS
announcement
beta
blocker
bug
cannot reproduce
confirmed
confirmed
critical
demo
dependencies
deployment
detchnical debt
discussion
docker
documentation
donations
duplicate
enhancement
feature request
frontend
fundraising
good first issue
good issue
help wanted
high
implemented
important
improvement
incomplete
invalid
investigation
kubernetes
low
low impact
medium
medium
medium impact
migration from 2.0
migration from 2.1
missing-language
missing-ocr-language
no-activity
note
ocr
outofscope
packaging
performance
popular request
pull-request
pypi
question
raspberry pi
roadmap
search
security
setup
status
task
technical debt
updates
user xp
version 1.4.0 - demo
will be implemented
will not be implemented
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/papermerge#372
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @w4tzmann on GitHub (Sep 15, 2022).
Original GitHub issue: https://github.com/ciur/papermerge/issues/482
Originally assigned to: @ciur on GitHub.
Description
Hello,
don't know if it's a bug or if it's just not implemented (yet).
Currently I don't see the set tags anywhere, also the tags created under "Tags" can't be selected either.
Furthermore I get the message "TypeError: Cannot read properties of undefined (reading 'id')" when changing the tags of a document.




Also I can not click on the Pinned Tags.
Expected
Add/ Remove Tags on Folders + Documents and of course see this tags :)
Actual
Tags couldn't be selected and are not visible.
Info:
@ciur commented on GitHub (Sep 15, 2022):
@w4tzmann,
After you complete typing tag name ("Test" - in your example) you need press "Space" or "," (comma) character.
Here is a animated example of adding tags (I press space key to "complete tag creation").
@ciur commented on GitHub (Sep 15, 2022):
Same here. That's a bug.
Can you get more specific here? I cannot reproduce this part.
@w4tzmann commented on GitHub (Sep 15, 2022):
Fuck, I knew I had forgotten something.... Thank you!
After pressing Space the tags working (I have tried Enter and Tab.. my bad, sorry).
And maybe it would be good to add an case insensitve option.
Opening the URL (https://papermerge-url/search?tags=Test), give me a white page, Edge Dev Tools reports Error 500 strict-origin-when-cross-origin
Be stuipid like me 😁 :
Enter a Tag (without space or comma) > Submit
Now open it again and delte the "tag" and press Submit again
@ciur commented on GitHub (Sep 15, 2022):
@w4tzmann,
Now, I was able to reproduce it - thanks!
In animated gif below I press "enter" key which sends server side "create tag" without tag name. Actually 🤔 when pressing enter it would be correct to create the tag - at least it would avoid confusion.