Hiding Archived items from appearing in O2M lists

I have a O2M relationship between “Projects” and “Tasks”, so that when viewing a Project item, you see a list of Tasks related to it. However I can’t seem to find a way of preventing Archived items showing up in that O2M list.
I thought I could do it by going into the settings for the field and adding a condition with a filter under Interface Options for tasks where the status does not equal “Archived” but that doesn’t seem to work.
Any suggestions?

Hi there!

You should be able to accomplish this using the filter under interface options.

For example, for a pages collection with a O2M posts field, this only shows published posts:

Hope this is helpful!

I had this problem as well and didn’t find a solution to it.
The solution would either be, to make the filter work for the display items, and / or to add an parameter to the interface to enable the archive filter (if one exists).
Additionally, I think, the archive button should then be shown as well next to the remove button per item.