]> git.proxmox.com Git - pmg-log-tracker.git/commit
fix before-queue filter string_match check
authorMira Limbeck <m.limbeck@proxmox.com>
Tue, 19 May 2020 13:31:05 +0000 (15:31 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 19 May 2020 14:33:53 +0000 (16:33 +0200)
commitc6d8a7160971d4a268c92fa49ef87d7ccd44d53c
treeda88eced8ded0f9da2c1666745aea6abe2983ad4
parent5cce7a774a7a1db533be6c00e374f83ed338025d
fix before-queue filter string_match check

In before-queue filtering a filter can be set on the SEntry. When a
search-string is set, we have to check both the SEntry and the attached
filter for a match, not just the SEntry. Otherwise some entries are not shown.

Signed-off-by: Mira Limbeck <m.limbeck@proxmox.com>
src/main.rs