Skip to content

Commit d3fa80c

Browse files
committed
minor #20992 [Form] Remove link to abandoned collection package (smnandre)
This PR was submitted for the 7.3 branch but it was squashed and merged into the 6.4 branch instead. Discussion ---------- [Form] Remove link to abandoned collection package This PR removes a link to ninsuo/symfony-collection The suggested package has not received updates for 7 years now, its demo/docs website is down.. so i don't think it should be recommended anymore. Commits ------- d7eae45 [Form] Remove link to abandoned collection package
2 parents d91f11e + d7eae45 commit d3fa80c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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)