Turn off auto-setting fields based on filters

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:

  1. 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.
  2. 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.