Ooh that’s a smart way around it too!
Are they single selects or a to-relation to a database? There may one more workaround if they are a to-one relation.
If it’s a to-one. You can filter by the name of the type, and not the status entity itself:
Then it also won’t auto-populate.
Some potential future problems:
- If you’re doing “is not” and selecting all the options, if you add an option later you’ll need to go in and configure all the views you did that in.
- If you’re filtering by text name and you change the type name later, you need to change the filter in all the views you configured this.
