Skip to content

Quick fix for REST API to update the int based values using the string based PUT data.

Rishap Sharma requested to merge rishapsharma/flectra:master into master

For each value in the data dictionary, trying to convert it to "int". (floats are ignored)

Merge request reports