From b5437eda1da139cbcd0d0543bdf153470e507da9 Mon Sep 17 00:00:00 2001 From: iglocska Date: Tue, 28 Nov 2023 14:06:44 +0100 Subject: [PATCH] fix: [RPZ] export custom parameters ingored, fixes #9420 --- .../Component/RestSearchComponent.php | 24 +++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/app/Controller/Component/RestSearchComponent.php b/app/Controller/Component/RestSearchComponent.php index 9be41228b..ae260119e 100644 --- a/app/Controller/Component/RestSearchComponent.php +++ b/app/Controller/Component/RestSearchComponent.php @@ -60,7 +60,17 @@ class RestSearchComponent extends Component 'includeAllTags', 'includeAttributeUuid', 'includeGalaxy', - 'order' + 'order', + 'policy', + 'walled_garden', + 'ns', + 'email', + 'serial', + 'refresh', + 'retry', + 'expiry', + 'minimum_ttl', + 'ttl' ], 'Event' => [ 'returnFormat', @@ -122,7 +132,17 @@ class RestSearchComponent extends Component 'noShadowAttributes', 'order', 'protected', - 'includeGranularCorrelations' + 'includeGranularCorrelations', + 'policy', + 'walled_garden', + 'ns', + 'email', + 'serial', + 'refresh', + 'retry', + 'expiry', + 'minimum_ttl', + 'ttl' ], 'Object' => [ 'returnFormat',