Potential Bug
-
I’ve noticed what may be a potential bug in Uncanny Automator that I want to bring to your attention.
We have multiple WordPress sites, and on one of them we were using a filter to only do some actions when the post did not have a tag (Post does not have Taxonomy Term)
The recipe was working fine at that site, but when I went to add it on another site, it thought that every post had the taxonomy term (therefore not triggering the action) even though the posts didn’t.
After a while, I realized that it seems like the issue was that the taxonomy term didn’t actually exist at the second site. Once I added it as an option (even though it wasn’t on any posts), the recipe started behaving as expected. So, posts that did not have the taxonomy term starting triggering the actions as expected.
However, I would have expected that filter to work regardless of whether the taxonomy term existed or not. If my filter is that a Post does not have a taxonomy term, if the taxonomy term doesn’t exist on the site, that should count as the post not having a taxonomy term (since it isn’t on the post).
- You must be logged in to reply to this topic.