Skip to content

Commit 16baec7

Browse files
juliusknorrbackportbot[bot]
authored andcommitted
fix: properly filter for content controls
Signed-off-by: Julius Knorr <jus@bitgrid.net>
1 parent e24326d commit 16baec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Service/TemplateFieldService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public function extractFields(Node|int $file): array {
7777
$httpClient = $this->clientService->newClient();
7878

7979
$form = RemoteOptionsService::getDefaultOptions();
80-
$form['query'] = ['limit' => 'content-control'];
80+
$form['query'] = ['filter' => 'contentcontrol'];
8181
$form['multipart'] = [[
8282
'name' => 'data',
8383
'contents' => $file->getStorage()->fopen($file->getInternalPath(), 'r'),

0 commit comments

Comments
 (0)