From f67a77fc4f5485dda6f43472b0d9adb40bcd13a7 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff <50333926+prudloff-insite@users.noreply.github.com> Date: Thu, 18 Sep 2025 18:00:28 +0200 Subject: [PATCH] Update ApiSemanticFormsSelectRequestProcessor.php --- src/ApiSemanticFormsSelectRequestProcessor.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ApiSemanticFormsSelectRequestProcessor.php b/src/ApiSemanticFormsSelectRequestProcessor.php index ada0804..eb3121c 100644 --- a/src/ApiSemanticFormsSelectRequestProcessor.php +++ b/src/ApiSemanticFormsSelectRequestProcessor.php @@ -69,6 +69,8 @@ public function getJsonDecodedResultValuesForRequestParameters( array $parameter } $this->parser->firstCallInit(); + $this->parser->clearState(); + $this->parser->setOutputType(Parser::OT_HTML); $json = []; if ( isset( $parameters['approach'] ) && $parameters['approach'] == 'smw' ) {