TryGhost/Ghost

Creating a tag named "new" is subsequently not editable

已關閉

#26,095 建立於 2026年1月31日

 (4 則留言) (1 個反應) (0 位負責人)JavaScript (11,865 個分叉)batch import
affects:adminbugcommunitygood first issue

倉庫指標

星標
 (54,676 顆星)
PR 合併指標
 (平均合併 19天 11小時) (30 天內合併 658 個 PR)

描述

Issue Summary

Creating a tag in Ghost Admin with the name and consequently the slug "new" means the tag cannot be edited or deleted after creation presumably due to the path "/ghost/#/tags/new" being reserved for the creating a new tag page.

Steps to Reproduce

  1. Navigate to the Tags page within Ghost Admin (/ghost/#/tags)
  2. Click "New Tag"
  3. Enter "new" as name of the new tag being created or enter "new" as the name of the tag slug
  4. Click "Save" in top right
  5. Return to the Tags page
  6. Click on the tag you have just created with the slug "new"
  7. You are taken to the create new tag page rather than the edit page for the tag with slug "new"

Ghost Version

6.16.1

Node.js Version

22.21.1

How did you install Ghost?

Ubuntu

Database type

MySQL 8

Browser & OS version

MacOS 15.6.1 / Firefox 147.0.2

Relevant log / error output

Code of Conduct

  • I agree to be friendly and polite to people in this repository

貢獻者指南