From 5c1e864a12e5ca6cc11792ae4be0fa795b34323b Mon Sep 17 00:00:00 2001 From: Allison Sherrick <67483756+alliomeria@users.noreply.github.com> Date: Mon, 1 Jul 2024 14:03:38 -0400 Subject: [PATCH] Update amiSetEntityProcessForm.php --- src/Form/amiSetEntityProcessForm.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Form/amiSetEntityProcessForm.php b/src/Form/amiSetEntityProcessForm.php index 3b45e85..3852269 100644 --- a/src/Form/amiSetEntityProcessForm.php +++ b/src/Form/amiSetEntityProcessForm.php @@ -310,6 +310,7 @@ public function buildForm(array $form, FormStateInterface $form_state) { 'replace' => $this->t("Replace Update. Will replace JSON keys found in an ADO's configured target field(s) with new JSON values. Not provided JSON keys will be kept."), 'update' => $this->t("Complete (All JSON keys) Update. Will update a complete existing ADO's JSON data with all new JSON data."), 'append' => $this->t("Append Update. Will append values to existing JSON key(s) in an ADO's configured target field(s). New JSON keys will be added too."), + ]; if (!in_array($op, $ops)) { $form['status'] = [