go-shiori / shiori

Simple bookmark manager built with Go
MIT License
9.28k stars 551 forks source link

Cannot rename tags in v1.6.0 #867

Closed Zlendy closed 6 months ago

Zlendy commented 6 months ago

Data

Describe the bug / actual behavior

No matter which tag I rename, the backend always returns an HTTP 404 error.

Expected behavior

The new name should be applied and the HTTP response code should be 200.

To Reproduce

Steps to reproduce the behavior:

  1. Click on the button titled: "Show tags"
  2. Click on "Rename Tags"
  3. Select any tag
  4. Change its name and click on "OK"
  5. See error

Screenshots

image image