-
Notifications
You must be signed in to change notification settings - Fork 24
76 add tags to torrents #162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
ACK 4730afd |
|
Hi @WarmBeer, I've just realized only the admin can create new tags. Is that intentional behaviour? I would have expected every user to create their own tags when they upload a new torrent. |
And it also allows adding duplicate tags (tags with the same name). |
|
And there were some broken E2E tests: https://github.com/torrust/torrust-index-backend/actions/runs/5209788950/jobs/9400067460#step:13:1319, but the workflow did not fail. I'm going to open a new issue to find out why the workflow is not failing when an E2E test fails. In this case, I suppose the changes in SQL queries to include tags make some queries fail. |
|
There were some broken E2E tests in this PR: We did not see them because the: |
No description provided.