Closed alexscro closed 10 months ago
@duncanmcclean
Hey! We would appreciate it if you could look into that, we are currently blocked on a project because of that.
Thanks, Alex
Sorry, I don't work for Statamic, I just triage & label issues. The Core Team will get to it when they find some time.
I can confirm that there has been a duplicate handle name for a blueprint and taxonomy that caused this error to happen. Closing the ticket therefore.
Unfortunately, it's really a bug. I created 2x taxonomies and the name of the second one created get's applied to the first one.
@JohnathonKoster can you take a look?
Unfortunately, it's really a bug. I created 2x taxonomies and the name of the second one created get's applied to the first one.
@JohnathonKoster can you take a look?
He'd have nothing to do with this, please don't tag people directly. The core team sees all issues and works on them when appropriate.
@edalzell Sorry, I just saw that he was assigned to a couple of taxonomy related stuff ✌🏻 Thanks! Appreciate it.
Any update on this? It's still happening and a major blocker!
Looks like this is coming from here https://github.com/statamic/cms/blob/0c8f5a15e829311bfa40a1fd55a190c594a2fdaa/src/GraphQL/Types/TermInterface.php#L54-L61
The $term->blueprint()
that gets passed to the buildName
function is the last one that was created, not the one belonging to that term.
Hey 👋
I'm unable to reproduce this issue on the latest version of Statamic. The taxonomy handles seem to be correct to me:
I'm going to close this issue now. If you're still experiencing this issue, please leave a comment and we can re-open the issue. Thanks!
Bug description
When creating a new taxonomy in the CMS, it applies the name of the latest created taxonomy to all previously created taxonomies. The GraphQL key changes and all queries do not work any longer.
In this case, I created a taxonomy called "Auto" as my third taxonomy and now "_Auto" is applied to every other taxonomy.
Please help as this blocks the usage of taxonomies completely.
How to reproduce
In this case, I created a taxonomy called "Auto" in the end and now "_Auto" is applied to every other taxonomy.
Logs
No response
Versions
Statamic 3.2.35
Installation
Fresh statamic/statamic site via CLI
Additional details
No response