From 8e496f04c1a42c4e72a099b0355e9c4655bb8898 Mon Sep 17 00:00:00 2001
From: Liam Morland <liam@openplus.ca>
Date: Wed, 23 Nov 2022 07:33:41 -0500
Subject: [PATCH] Issue #3063339: Rename 'local_service' plugin to
 'local_server'

Continues work of 5f32183.
---
 src/Form/FillPdfSettingsForm.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Form/FillPdfSettingsForm.php b/src/Form/FillPdfSettingsForm.php
index e41379c..88e7195 100644
--- a/src/Form/FillPdfSettingsForm.php
+++ b/src/Form/FillPdfSettingsForm.php
@@ -282,7 +282,7 @@ class FillPdfSettingsForm extends ConfigFormBase {
       '#title' => $this->t('Configure FillPdf LocalServer endpoint (address)'),
       '#default_value' => $config->get('local_service_endpoint'),
       '#description' => $this->t("Enter the network address of your FillPDF LocalServer installation. If you are running the Docker container on port 8085 locally, then the address is <em>http://127.0.0.1:8085</em>."),
-      '#group' => 'local_service',
+      '#group' => 'local_server',
     ];
 
     $form['pdftk'] = [
-- 
GitLab