This is a snapshot of Indico's old Trac site. Any information contained herein is most probably outdated. Access our new GitHub site here.

#1438 closed defect (fixed)

Radio buttons change item caption makes selected value not longer valid

Reported by: arescope Owned by:
Priority: blocker Milestone: v1.2
Component: Registration form Version: 1.1
Keywords: Cc:

Description

related to #1290

Imagine we create a GeneralField? with input type RadioGroupInput? with several RadioItem? with caption "aaa", "bbb" and "ccc".

After that a user will register in the conference and select the item with caption "aaa".

If we change the caption from "aaa" to "aaa2" for example, the selected value by the user will not longer valid.

This is due to we are storing the caption as the value for that item.

Fix to do: Everytime we update the RadioItem?, if the caption has been changed, we need to updated the selected values from the former caption to the new caption.

Change History (3)

comment:1 Changed 20 months ago by arescope

  • Status changed from new to awaiting_merge

comment:2 Changed 20 months ago by arescope

  • Status changed from awaiting_merge to merging

comment:3 Changed 20 months ago by arescope

  • Resolution set to fixed
  • Status changed from merging to closed
Note: See TracTickets for help on using tickets.