-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Ordering modules bug #44545
Comments
@niosme Can you write an example of your Issue? I have watched your video 2 times and didn't get the point, where your Issue happen. |
Here is a more clear video: https://www.awesomescreenshot.com/video/34097008?key=8514d5e511a9179ccb0ccc08ac81d171 After a long time of playing and just changing the names it works fine. But the most time the order is changing. |
@niosme Did you get your Issue on a clean Installation (without 3pd-Modules like "Filter - Tags" showing at 00:25 in your second video)? |
I going to set it as a bug. If someone can discover a clear pattern when and why it happening, that would be very helpful. |
Yes even with the default and without third party modules this occurs. It always happen to me if i filter by position and then try to save it because its easily visible. The bad thing is the frontend which changes. But also have occured event without filter. But its easier to check it if you filter by position and you have not a lot of items. I will check the database changes and the form data sended like ordering that is going to be saved when i find some time to understand the reason and help with this. Also the ordering on drag n scroll from the list have the same issue sometimes. If we change the order and refresh the page the ordering is not what we setted visually. Ill try to figure it out. |
@niosme This problem sounds familiar to me. In your video on the modules overview there is the column "Pages" with values all "Selected". Do the modules on the position "top-a" belong all to the same page(s)? Or what happens if you filter the page where your module is included BEFORE you edit your module? Filter options on the modules overview: "- Select Menu Item -"? I remember that the order of modules only works properly in combination with the suitable menu item. |
We have encountered this issue several times and can roughly explain its cause. If a module has a value of "5" in the "Ordering" column in the database and the ordering field provides 8 options, the field positions the module in the 5th spot (see Appendix A). Although the ordering field uses the correct sequence in its list, the value should not correspond to the position in the list. Instead, it should reflect the ordering value from the database. This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/44545. |
I forgot to add downlaod links to the images. https://redim.de/media/downloads/appendix_a.zip https://redim.de/media/downloads/appendix_b.zip This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/44545. |
Today, I saw a similar issue on one of client website which is on Joomla 4.4 and MariaDB 11.4.5. It is related to this issue #42333. So:
|
Steps to reproduce the issue
When we have our modules shorted, we filter by position e.g. footer and then we enter in some modules and change the name , permissions or something is changed and we save it the order is changing.
https://www.awesomescreenshot.com/video/34097008?key=8514d5e511a9179ccb0ccc08ac81d171
Expected result
Keep the ordering as it was if we dont change it.
Actual result
Ordering changes and this have result in the frontend.
System information (as much as possible)
Joomla 5.2.2
Additional comments
When we just logged in and we do this even the outer drag to position doesnt work. In the video it worked fine. I had to play a little on the modules list to make the drag to sort work fine.
The text was updated successfully, but these errors were encountered: