]> git.ipfire.org Git - thirdparty/rspamd.git/commit
[Fix] Correct symbols column index in history and scan tables 5791/head
authorAlexander Moisseev <moiseev@mezonplus.ru>
Thu, 11 Dec 2025 08:49:38 +0000 (11:49 +0300)
committerAlexander Moisseev <moiseev@mezonplus.ru>
Thu, 11 Dec 2025 08:49:38 +0000 (11:49 +0300)
commitac7927e444ec1f40de4d4f9bcc7750412b449555
treecbcb6ccc0d6f0429f5502b645152228625281471
parente6f401afb3c5dc4b72999d3a7a4d0923b43880fa
[Fix] Correct symbols column index in history and scan tables

Fixes regression introduced in 62b136a where sorting fails with
"can't access property 'sortValue', val.options is undefined" on
the History tab, and symbol reordering doesn't work on the Scan tab.

The "file" column addition shifted the symbols column index, but
history.js and upload.js were not updated, causing symbol reordering
to target wrong columns.

Issue: #5789
interface/js/app/history.js
interface/js/app/upload.js