Open rdw-software opened 3 years ago
This means they aren't ever displayed in the tooltip (as far as I can tell). It also means the new validation routine isn't having any of that.
Just wanted to chime in and say that they do actually appear in the tooltip even without any category. I've been using custom items to track some apperances, and they show up just fine.
You're right, there's actually a group called Custom
. No idea why, but for some reason I didn't see it.
However, the validation still fails because the field cat
is not set:
This is using the "semi-official" illusions item set linked on the WowAce page.
In reworking the validation logic, I detected some issues (shocking, I know). One of them is this:
This means they aren't ever displayed in the tooltip (as far as I can tell). It also means the new validation routine isn't having any of that.
Possible solutions:
Personally, I'd bonk people over the head when they try to enter a new item. But obviously you can't do that retroactively, and I'd assume lots of people added lots of items without categories, and no one seems to have noticed they didn't show up in the tooltip itself.
So I guess we should add a new group for the items that aren't assigned any, just pretending it's a "zero-th" expansion (
NONE
?) maybe, and also add a dropdown in the Options UI to have people select a different one. Hopefully, they'll notice it says NONE after it shows up in the tooltip, and promptly change it. Then we can make the field required again.For now I'll make it optional, but it doesn't seem right.