Skip to content

[5.x] Fix term revisions error#14347

Merged
jasonvarga merged 7 commits into5.xfrom
term-revisions-error
Mar 25, 2026
Merged

[5.x] Fix term revisions error#14347
jasonvarga merged 7 commits into5.xfrom
term-revisions-error

Conversation

@duncanmcclean
Copy link
Member

@duncanmcclean duncanmcclean commented Mar 25, 2026

This pull request fixes an error about a missing route when editing taxonomy terms in the Control Panel. Likely caused by #14301.

This PR also removes/deprecates various revision methods on taxonomy classes.

Fixes #14341

@duncanmcclean duncanmcclean changed the title [6.x] Fix term revisions error [4.x] Fix term revisions error Mar 25, 2026
@duncanmcclean duncanmcclean changed the title [4.x] Fix term revisions error [5.x] Fix term revisions error Mar 25, 2026
@duncanmcclean duncanmcclean changed the base branch from 6.x to 5.x March 25, 2026 10:26
@jasonvarga
Copy link
Member

I've removed the revisable trait so we could get rid of the unused methods.

They weren't even completely implemented so it's doubtful anyone was relying on them. I did keep revisionsEnabled though (which was also incompletely/incorrect) and left it deprecated. The content of the methods were simplified but the return values are consistent from before this PR.

@jasonvarga jasonvarga merged commit 7a77832 into 5.x Mar 25, 2026
28 checks passed
@jasonvarga jasonvarga deleted the term-revisions-error branch March 25, 2026 14:51
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.

500 error "Route [statamic.cp.taxonomies.terms.revisions.index] not defined." when trying to edit a localised Taxonomy Term

2 participants