Roundup Tracker - Issues

Issue 2551420

classification
add radio button support to classhelper.js to handle link relations.
Type: rfe Severity: normal
Components: Web interface Versions: 2.7.0
process
Status: fixed fixed
:
: rouilj : rouilj
Priority: normal :

Created on 2026-07-29 16:42 by rouilj, last changed 2026-07-29 19:56 by rouilj.

Messages
msg8466 Author: [hidden] (rouilj) Date: 2026-07-29 16:42
In Issue 2550580 Thomas reports that you can't change the user.help.html template
to use radio buttons by setting type=radio. Turns out this was a missed path when
developing classhelper.js.

By setting type=radio, the classhelper should change the checkboxes to radiobuttons
and set the accumulator to just the selected item wiping any other values.
msg8468 Author: [hidden] (rouilj) Date: 2026-07-29 19:56
Fixed in changeset:   8722:d7ba8e635d4e

The code was easy to work with this took about 2 hours to get a working example and
~5 hours to catch edge cases (user edits accumulator with multiple items), rename
variables, add docs, manual test etc.
History
Date User Action Args
2026-07-29 19:56:54rouiljsetstatus: new -> fixed
resolution: fixed
messages: + msg8468
versions: + 2.7.0
2026-07-29 18:59:25rouiljlinkissue2550580 superseder
2026-07-29 16:42:56rouiljcreate