I think this is related to #3098560: Add 'Is empty (NULL)' and 'Is not empty (NOT NULL)' to field Filter Operators Options, for Drupal 10 installs the admin/content/trash seems to be displaying all nodes rather than the deleted ones as the not empty filter is only added loosely if there's allow empty configuration in the view.

Issue fork trash-3596309

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

pcambra created an issue. See original summary.

pcambra’s picture

Status: Active » Needs review

amateescu made their first commit to this issue’s fork.

  • amateescu committed 350d147b on 3.1.x authored by pcambra
    fix: #3596309 False positives due to missing "allow empty" for Drupal 10...

  • amateescu committed b368ea70 on 3.x authored by pcambra
    fix: #3596309 False positives due to missing "allow empty" for Drupal 10...
amateescu’s picture

Status: Needs review » Fixed

Feels a bit weird to merge this into 3.1.x, which doesn't support D10, but I'd rather keep the branches aligned.

Added some test coverage and merged to 3.1.x, then cherry-picked to 3.x, thanks!

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

pcambra’s picture

Ah sorry, should have opened to 3.x, got confused with the branches, thanks for merging this!

amateescu’s picture

No worries at all, I probably would've ported it to 3.1.x anyway :)

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.