From: Marcin Haba Date: Wed, 26 Apr 2023 11:29:49 +0000 (+0200) Subject: baculum: Add to objects endpoint capability to sort by client name X-Git-Tag: Release-13.0.3~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4b9cd11acbdb2d31c73876b2539f804c04cf9f2;p=thirdparty%2Fbacula.git baculum: Add to objects endpoint capability to sort by client name --- diff --git a/gui/baculum/protected/API/Modules/ObjectRecord.php b/gui/baculum/protected/API/Modules/ObjectRecord.php index 649ebfb72..c5e4dea97 100644 --- a/gui/baculum/protected/API/Modules/ObjectRecord.php +++ b/gui/baculum/protected/API/Modules/ObjectRecord.php @@ -52,6 +52,7 @@ class ObjectRecord extends APIDbModule { public $jobname; public $joberrors; public $jobstatus; + public $client; public static function finder($className = __CLASS__) { return parent::finder($className);