Skip to content

[6.x] Fix item actions on the term edit page - #15290

Merged
jasonvarga merged 1 commit into
statamic:6.xfrom
lazerg:fix/issue-15289-term-item-action-url
Aug 27, 2026
Merged

[6.x] Fix item actions on the term edit page#15290
jasonvarga merged 1 commit into
statamic:6.xfrom
lazerg:fix/issue-15289-term-item-action-url

Conversation

@lazerg

@lazerg lazerg commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

Running an item action like Delete or Duplicate from a taxonomy term's edit page did nothing and threw a JSON parse error in the console.

The terms Edit page never declared itemActionUrl, so it was never forwarded to the publish form. The action runner then posted to undefined instead of the terms action route. The entries and users pages already declare and forward it.

Fixes #15289

@jasonvarga
jasonvarga merged commit 3d73d2f into statamic:6.x Aug 27, 2026
62 checks passed
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 this pull request may close these issues.

Deleting a taxonomy term from the term Edit page fails — terms/Edit.vue doesn't forward itemActionUrl prop

2 participants