Opened 10 years ago

Closed 10 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.

Change History (1)

comment:1 by Nicklas Nordborg, 10 years ago

Resolution: fixed
Status: newclosed

(In [6338]) Fixes #1775: Selecting items from a table return the ID as a string

Note: See TracTickets for help on using tickets.