bug/manage_subscriptions_duplicates

Dec 21, 2021 8:30 am
The manage subscriptions page has duplicate forums that are in the wrong place.

It's because when looking for the parent forum it's not doing an exact match on id, but a textual any-part match.

https://i.imgur.com/PoNE0AJ.png

I don't think feedback is needed on this. I noticed it after vagueGM mentioned the subscription page, and it's a teeny-tiny fix.
Dec 21, 2021 12:20 pm
"textual any-part match"? I can't see any situation where that is the right thing when looking for an ID. Make it exact, I say.
Dec 21, 2021 12:22 pm
vagueGM says:
"textual any-part match"? I can't see any situation where that is the right thing when looking for an ID. Make it exact, I say.
That's the angular default filter. It just needed a ":true" on the end for an exact match.

Funny though when you're looking at the screen trying to work out exactly why it's scrambling your data.

You do not have permission to post in this thread.