Friends,
I have problems sorting articles manually in the backend. The re-ordering seems to work properly at first, but when I reload the articles view all manual ordering is gone, articles are sorted by as before. This happens with and without any view filters applied.
The backend POST looks fine to me:I tried setting the order value in the #_content table which works fine in back- and frontend until I re-order the articles again in the backend. (So I guess it's not a frontend problem.) I see quite some duplicate values in the ordering column but I assume that's ok as ordering seems to be done per category.
Recently a co-worker replaced/recreated the #_users table. User ids where replaced in the #_content table accordingly and we have some orphaned user ids now. At a first glance I do not see any connection to ordering articles here but I might be wrong.
Any ideas?
TIA!
I have problems sorting articles manually in the backend. The re-ordering seems to work properly at first, but when I reload the articles view all manual ordering is gone, articles are sorted by as before. This happens with and without any view filters applied.
The backend POST looks fine to me:
Code:
{"order[]": ["4","8","12","13","17"]}{"cid[]": ["114","207","203","197","117"]}
Recently a co-worker replaced/recreated the #_users table. User ids where replaced in the #_content table accordingly and we have some orphaned user ids now. At a first glance I do not see any connection to ordering articles here but I might be wrong.
Any ideas?
TIA!
Statistics: Posted by ojoo20177842 — Mon Dec 09, 2024 9:32 am