-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drag and drop ordering doesn't work in a fof/J!3 component #625
Comments
Hello Peter, Since it's FOF 2 which is no longer maintained by us I'd recommend making the PR to Joomla and at-metnion me (@nikosdion) so I can review it. Do link to this thread in your PR so the PLT knows that I have explicitly asked you to submit changes to Joomla! directly instead of upstream (FOF 2) because FOF 2 is end of life. Best regards, Nicholas K. Dionysopoulos
|
Actually, do NOT modify FOF. The problem lies in Joomla! itself. Their Javascript is using the wrong selectors to find the order field. I will submit a PR to fix the real issue instead of breaking all components running on FOF. Nicholas K. Dionysopoulos
|
As promised joomla/joomla-cms#11571 joomla/joomla-cms#11571 Please test this PR and submit your test results to the Joomla! issue tracker. The faster we get this fixed the better it will be for all of us. Best regards, Nicholas K. Dionysopoulos
|
Hi Nic Kind regards |
Hi
I got two older fof-extensions running on client sites, done with the joomla-shipped version of fof.
If I enable ordering in a list-view, drag and drop ordering works not, since the ordering input fields have to be hidden (display="none") (marked in the screenshot). And thus makes the saving button above pretty useless too.
If I'm hiding the inputs, the DnD/Ajax-Ordering works and the look of these views is identical to the rest of the other list views. But since the fof libary get updates I have to repeat this modifications (two times).
And now I want to go the only way that is right and make sense by doing a PR for that :P
So question:
Any chance for that PR to get accepted? And where? In this repository or at the Joomla repo?
The text was updated successfully, but these errors were encountered: