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'] = [