Skip to content

Commit 6d3a962

Browse files
committed
Merge branch '6.4' into 7.2
* 6.4: [Form] Remove link to abandoned collection package Update AsTaggedItem parameters name in the file value_resolver.rst
2 parents 8835d41 + d3fa80c commit 6d3a962

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

controller/value_resolver.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ but you can set it yourself to change its ``priority`` or ``name`` attributes.
341341
use Symfony\Component\DependencyInjection\Attribute\AsTaggedItem;
342342
use Symfony\Component\HttpKernel\Controller\ValueResolverInterface;
343343
344-
#[AsTaggedItem(name: 'booking_id', priority: 150)]
344+
#[AsTaggedItem(index: 'booking_id', priority: 150)]
345345
class BookingIdValueResolver implements ValueResolverInterface
346346
{
347347
// ...

form/form_collections.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -699,13 +699,12 @@ the relationship between the removed ``Tag`` and ``Task`` object.
699699

700700
The Symfony community has created some JavaScript packages that provide the
701701
functionality needed to add, edit and delete elements of the collection.
702-
Check out the `@a2lix/symfony-collection`_ package for modern browsers and
703-
the `symfony-collection`_ package based on jQuery for the rest of browsers.
702+
Check out the `@a2lix/symfony-collection`_ or search on GitHub for other
703+
recent packages.
704704

705705
.. _`Owning Side and Inverse Side`: https://www.doctrine-project.org/projects/doctrine-orm/en/current/reference/unitofwork-associations.html
706706
.. _`JSFiddle`: https://jsfiddle.net/ey8ozh6n/
707707
.. _`@a2lix/symfony-collection`: https://github.com/a2lix/symfony-collection
708-
.. _`symfony-collection`: https://github.com/ninsuo/symfony-collection
709708
.. _`ArrayCollection`: https://www.doctrine-project.org/projects/doctrine-collections/en/1.6/index.html
710709
.. _`Symfony UX Demo of Form Collections`: https://ux.symfony.com/live-component/demos/form-collection-type
711710
.. _`Stimulus`: https://symfony.com/doc/current/frontend/encore/simple-example.html#stimulus-symfony-ux

0 commit comments

Comments
 (0)