We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 384cb84 commit 08493c1Copy full SHA for 08493c1
1 file changed
src/Plugin/WebformHandler/WebformHandlerSF2900.php
@@ -175,8 +175,8 @@ public function postPurge(array $webform_submissions) {
175
* {@inheritdoc}
176
*/
177
public function getSummary() {
178
- $kleEmne = $this->configuration[FordelingskomponentHelper::KLE_EMNE];
179
- $handlingFacet = $this->configuration[FordelingskomponentHelper::HANDLING_FACET];
+ $kleEmne = $this->configuration[self::SECTION_SF2900][FordelingskomponentHelper::KLE_EMNE];
+ $handlingFacet = $this->configuration[self::SECTION_SF2900][FordelingskomponentHelper::HANDLING_FACET];
180
181
$build = [
182
'info' => [
0 commit comments