BUG: int-conversion used for float values #18

Closed
opened 2022-02-15 10:27:59 +00:00 by christian-monch · 0 comments
christian-monch commented 2022-02-15 10:27:59 +00:00 (Migrated from github.com)

The server interprets the values of the fields: koops-speech, and koops-executive-performance as integers, by using the handling function get_int_value. This is wrong because the fields might contain floating point numbers.

The handling functions has to be changed to get_float_value.

The server interprets the values of the fields: `koops-speech`, and `koops-executive-performance` as integers, by using the handling function `get_int_value`. This is wrong because the fields might contain floating point numbers. The handling functions has to be changed to `get_float_value`.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
sfb1451/z03-assessment-center-data-entry#18
No description provided.