From: zdohnal Date: Thu, 6 Jun 2024 05:54:22 +0000 (+0200) Subject: client.c: Fix web UI job queries on Classes/Printers pages X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ceac03d5129d2bb25d05f686069ecafae491d3e0;p=thirdparty%2Fcups.git client.c: Fix web UI job queries on Classes/Printers pages Web UI query on Classes/Printers should support: search for class/printer (/?QUERY=) manage printers (/?) listing jobs for the printer/class (/name?Which_jobs=completed) show NOT FOUND for non-existing destinations The PR reworks the code to fix the 3rd point and support all other at the same time. Fixes Apple/CUPS #6204 --- ceac03d5129d2bb25d05f686069ecafae491d3e0