# 无法在标签组编辑器中创建新标签

**URL:** <https://meta.discourse.org/t/unable-to-create-new-tags-in-tag-group-editor/395324>\
**Category:** Bug\
**Tags:** tags\
**Created:** [2026年二月5日 21:31 UTC](https://meta.discourse.org/t/unable-to-create-new-tags-in-tag-group-editor/395324 "2026-02-05T21:31:43Z")\
**Posts on this page:** 1\
**Showing post:** 1

<div class="post-metadata">

**Author:** ![NcM](https://avatars.discourse-cdn.com/v4/letter/n/c2a13f/32.png) [@NcM](https://meta.discourse.org/u/NcM)\
**Post date:** [2026年二月5日 21:31 UTC](https://meta.discourse.org/t/unable-to-create-new-tags-in-tag-group-editor/395324/1 "2026-02-05T21:31:44Z")

</div>

我们在尝试在标签组管理器中创建新标签时遇到了问题。

我们的变通方法是先在标签组外部创建标签，然后再将其添加进去，但我们难道不应该可以直接在标签组编辑器中创建标签吗？

当尝试在一个标签组中创建 `v25_2_12` 标签时，我可以看到它显示在“此组中的标签”视图中，但尝试保存更改时，JSON 正文中不包含新标签，但我看到了所有先前选择的标签的定义。

```json
{
    "success": "OK",
    "tag_group": {
        "id": 14,
        "name": "SD Partner Feature Highlights",
        "tags": [
            {
                "id": 211,
                "name": "v25_2_10",
                "slug": "v25-2-10"
            },
            {
                "id": 212,
                "name": "v25_2_11",
                "slug": "v25-2-11"
            },
            {
                "id": 204,
                "name": "v25_2_3",
                "slug": "v25-2-3"
            },
            {
                "id": 205,
                "name": "v25_2_4",
                "slug": "v25-2-4"
            },
            {
                "id": 206,
                "name": "v25_2_5",
                "slug": "v25-2-5"
            },
            {
                "id": 207,
                "name": "v25_2_6",
                "slug": "v25-2-6"
            },
            {
                "id": 208,
                "name": "v25_2_7",
                "slug": "v25-2-7"
            },
            {
                "id": 209,
                "name": "v25_2_8",
                "slug": "v25-2-8"
            },
            {
                "id": 210,
                "name": "v25_2_9",
                "slug": "v25-2-9"
            }
        ],
        "parent_tag": [],
        "one_per_topic": false,
        "permissions": {
            "0": 3
        }
    }
}

```

---

_[View the full topic](https://meta.discourse.org/t/unable-to-create-new-tags-in-tag-group-editor/395324)._
