Skip to content

Commit

Permalink
Update amiSetEntityProcessForm.php
Browse files Browse the repository at this point in the history
  • Loading branch information
alliomeria authored Jul 1, 2024
1 parent 427f09b commit 5c1e864
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Form/amiSetEntityProcessForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'] = [
Expand Down

0 comments on commit 5c1e864

Please sign in to comment.