sonata-project / SonataAdminBundle

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

X-editable vendor is not maintained #6147

Closed VincentLanglet closed 2 years ago

VincentLanglet commented 4 years ago

The live-edit function is based on the x-editable vendor https://github.com/sonata-project/SonataAdminBundle/tree/3.x/src/Resources/public/vendor/x-editable

This library is not maintained anymore, the last commit was made in march 2019. https://github.com/vitalets/x-editable#project-status

Moreover this library seems to not support bootstrap 4. https://github.com/vitalets/x-editable/issues/1159

We will maybe have to deprecate the live-edit function and remove it.

WDYT @sonata-project/contributors ?

core23 commented 4 years ago

Is there any alternative / fork of lib?

👎 for removing this feature.

jordisala1991 commented 4 years ago

I did a search and there was not an obvious alternative, we might need to take a deeper look, -1 to remove this feature too.

VincentLanglet commented 4 years ago

There is no vote. Nobody will vote +1 to remove a feature.

The real question is do we have an alternative if nobody maintain the project ? https://github.com/vitalets/x-editable/issues/610

wbloszyk commented 4 years ago

We have alternative!!!

For now SonataAdminBundle is administration panel. Mybe we should start thinking diffrence? For me it is powerfull tools for generating CRUD. AbstractAdmin is big monolit what do not allow use this tools as much as they can be.

Back to subject. SonataAdminBundle have modal form (for create or edit object by AdminModelType). Create something simmilar is possible.

github-actions[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

VincentLanglet commented 2 years ago

Closing in favor of https://github.com/sonata-project/SonataAdminBundle/issues/7156