fix: [RPZ] export custom parameters ingored, fixes #9420

pull/9438/head
iglocska 2023-11-28 14:06:44 +01:00
parent 7706313759
commit b5437eda1d
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 22 additions and 2 deletions

View File

@ -60,7 +60,17 @@ class RestSearchComponent extends Component
'includeAllTags', 'includeAllTags',
'includeAttributeUuid', 'includeAttributeUuid',
'includeGalaxy', 'includeGalaxy',
'order' 'order',
'policy',
'walled_garden',
'ns',
'email',
'serial',
'refresh',
'retry',
'expiry',
'minimum_ttl',
'ttl'
], ],
'Event' => [ 'Event' => [
'returnFormat', 'returnFormat',
@ -122,7 +132,17 @@ class RestSearchComponent extends Component
'noShadowAttributes', 'noShadowAttributes',
'order', 'order',
'protected', 'protected',
'includeGranularCorrelations' 'includeGranularCorrelations',
'policy',
'walled_garden',
'ns',
'email',
'serial',
'refresh',
'retry',
'expiry',
'minimum_ttl',
'ttl'
], ],
'Object' => [ 'Object' => [
'returnFormat', 'returnFormat',