Skip to content

Commit f9d5c98

Browse files
author
Sergio Gallego
committed
Merge branch 'master' into auto-route-action
2 parents cc244d4 + e823604 commit f9d5c98

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Form/DataTransformer/EntitiesToPropertyTransformer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class EntitiesToPropertyTransformer implements DataTransformerInterface
2525
/** @var string */
2626
protected $primaryKey;
2727
/** @var string */
28-
protected $newTaxPrefix;
28+
protected $newTagPrefix;
2929
/** @var string */
3030
protected $newTagText;
3131
/** @var PropertyAccessor */

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ select2entity-bundle
33

44
## Introduction
55

6-
This is a Symfony2 bundle which enables the popular [Select2](https://select2.github.io) component to be used as a drop-in replacement for a standard entity field on a Symfony form.
6+
This is a Symfony bundle which enables the popular [Select2](https://select2.github.io) component to be used as a drop-in replacement for a standard entity field on a Symfony form.
7+
8+
It works with Symfony 2, 3 and 4.
79

810
The main feature that this bundle provides compared with the standard Symfony entity field (rendered with a html select) is that the list is retrieved via a remote ajax call. This means that the list can be of almost unlimited size. The only limitation is the performance of the database query or whatever that retrieves the data in the remote web service.
911

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
],
1313
"require": {
1414
"php": ">=5.4.0",
15-
"symfony/symfony": ">=2.2",
1615
"doctrine/orm": ">=2.4"
1716
},
1817
"autoload": {

0 commit comments

Comments
 (0)