- πΊπΈUnited States natefollmer
Any update on this? I'm getting this error in some site studio font settings and can't find anywhere in site studio to change the machine name to remove the space.
- πΊπΈUnited States plarson
I'm also experiencing this. We may have added a space when editing the title field and then realized the mistake and fixed it, but the tag remains. How do we delete a tag with a space?
- πΊπΈUnited States plarson
We really need a way to prevent this from happening, but if it does happen, how do we get rid of it other than emptying the entire queue?
- πΊπΈUnited States damondt
Given the amount of time this has been open I wonder if the maintainers would prefer we open a ticket for site studio to remove the space?
- π¬π§United Kingdom steven jones
steven jones β made their first commit to this issueβs fork.
- π¬π§United Kingdom steven jones
We're seeing this issue too. I feel like this could be handled upstream by the purger module, because if cache tags are never supposed to contain spaces, why is it passing them on to the purger plugins in the first place?
Anyway, we are where we are, and I might make a patch to put a band-aid on the issue by silently ignoring the tags with spaces, or splitting on space, and invalidating those tags, because that's presumably how they are being treated by some parts of the system.
- π¬π§United Kingdom steven jones
I've raised the issue on purge module: π Purge module TagInvalidation allows spaces Active
- Merge request !16Totally untested workaround for tags with spaces in. β (Open) created by steven jones