yttcom.net
Backend / Tools / DB Viewer
yttcom.net
Domains / DB Viewer
v2.0 · 07.11.26
◇ 10-sys.db
systems/10-master/data/
records.db inbox.db transfers.db knowledge.db jurisdiction.db
10-sys decisions Row #179
Tables
decisions
198
domain
8
events
0
gov_archive
0
gov_archive_fts
0
gov_archive_fts_config
1
gov_archive_fts_data
4
gov_archive_fts_docsize
0
gov_archive_fts_idx
2
items
18
sessions
99
sqlite_sequence
5
transfers_log
0
decisions — Row #179
10-sys.db · systems/10-master/data/
id
179
system
date
08/25/26
subject
Fixed fix-log.html toggle button causing rows to appear to vanish
approved_by
USR369 David
se_id
—
tr_id
—
_rowid
179
detail
USR369 reported: hit the toggle (swap Working On <-> Finished) button while testing and the row/edit button disappeared. Read the live source directly (not guessed): toggleStatus()'s success path called loadLog(), a full re-fetch + re-render that RE-SORTS the list (Working On entries always sort before Finished entries, per the existing sort comparator). Toggling an entry's status moves it into the other group immediately, which on a phone screen reads as the row vanishing -- it didn't disappear, it jumped position/group. Fixed: toggleStatus() no longer calls loadLog() on success. Instead it updates _rawLines[idx] directly and swaps only that row's status pill DOM element (id=status-N) in place via a new pillHtml() helper -- the row stays exactly where it was, both toggle and edit buttons remain visible, and the status message now reads 'Toggled to Finished.'/'Toggled to Working On.' so the new state is shown on the bar itself, per USR369's direct ask. Re-sort only happens on an explicit page (re)load now, not as a side effect of toggling.
▼ Show timestamps
created_at
2026-08-25 11:42:22
Backend Domains Panel DB Viewer Transfers
Backend Tools DB Viewer DB Admin Server Map File Editor Backend Tools DB Viewer DB Admin Server Map File Editor