sonata-project / SonataAdminBundle

The missing Symfony Admin Generator
https://docs.sonata-project.org/projects/SonataAdminBundle
MIT License
2.1k stars 1.26k forks source link

status of runroom sortable behavior #8178

Closed mvhirsch closed 2 months ago

mvhirsch commented 2 months ago

I recently took a look in my project's dependencies and noticed we're using runroom/sortable-behaviour. While nothing is wrong with that, I looked into the project's source and it looks abandoned to me (since it's marked as [READ-ONLY]). Not sure if it's still updated (can't ask there, as Issues is turned off), but since SonataAdminBundle's official docs still use this in it's recipes, I'm wondering:

@jordisala1991 what's the status of this bundle? Will it receive updates (e.g. if I contribute them) like Symfony v7?

VincentLanglet commented 2 months ago

Looking at the repo it's said

The sources of this package are contained in the Runroom monorepo. We welcome contributions for this package on [runroom/runroom-packages](https://github.com/Runroom/runroom-packages).

and https://github.com/Runroom/runroom-packages is not abandoned.

Anyway, issue should be created on this repo instead https://github.com/Runroom/runroom-packages/issues

mvhirsch commented 2 months ago

I should have read more carefully. Thank you!