Opened 11 years ago
Closed 11 years ago
#1775 closed defect (fixed)
Selecting items from a table return the ID as a string
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | trivial | Milestone: | BASE 3.2.4 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
This is usually not a big deal since selected values are simple submitted as form fields and there is no difference if the actual value is a string or number. However, when using the ID in a JSON object, there is a difference (resulting in a ClassCastException) on the server side.
Note:
See TracTickets
for help on using tickets.
(In [6338]) Fixes #1775: Selecting items from a table return the ID as a string