Skip to content
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

Incorrect Tag Links #95

Closed
skirmess opened this issue Apr 28, 2024 · 1 comment · Fixed by #98
Closed

Incorrect Tag Links #95

skirmess opened this issue Apr 28, 2024 · 1 comment · Fixed by #98
Assignees

Comments

@skirmess
Copy link

Describe the bug
I've created two tags, called Test Tag 1 and TestTag2.

On the left side (marked with red), the links to the tags are https://my-server/tags/test-tag-1 and https://my-server/tags/testtag2. These links work. The tag links below the link (marked with yellow) lead to https://my-server/tags/Test%20Tag%201 respectively https://my-server/tags/TestTag2 which end up on the page Tag: undefined

To Reproduce
Steps to reproduce the behavior:

  1. Create a new link and tag it with the two tags Test Tag 1 and TestTag2.
  2. Click on one of the links marked with yellow on the screenshot.
  3. See error

Expected behavior
The link for the tags should be translated in the same way as they are for the links on the left side - or not translated for both.

Screenshots

image

Additional context

REPOSITORY              TAG           IMAGE ID       CREATED        SIZE
goniszewski/grimoire    latest        165dc89e8f6f   2 days ago     1.04GB
spectado/pocketbase     0.19.2        fec2ed5075bd   5 months ago   55.1MB
@goniszewski
Copy link
Owner

Hello @skirmess! Thanks for reporting this problem. Instead of the slug property, the URL was created with name - my bad :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants