Skip to content

Commit 5272ff0

Browse files
committed
minor #8294 remove deprecated choices_as_values (tacman)
This PR was merged into the 3.3 branch. Discussion ---------- remove deprecated choices_as_values Per issue #8293 Commits ------- 9cfa36f remove deprecated choices_as_values
2 parents 0587dda + 9cfa36f commit 5272ff0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

form/dynamic_form_modification.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,6 @@ sport like this::
412412
'class' => 'AppBundle:Position',
413413
'placeholder' => '',
414414
'choices' => $positions,
415-
'choices_as_values' => true,
416415
));
417416
}
418417
);
@@ -469,7 +468,6 @@ The type would now look like::
469468
'class' => 'AppBundle:Position',
470469
'placeholder' => '',
471470
'choices' => $positions,
472-
'choices_as_values' => true,
473471
));
474472
};
475473

0 commit comments

Comments
 (0)