Skip to content

notification vote value fully processed in sql

Marcin requested to merge mi_notif_and_locale into develop

There was a problem with locale setting between python and sql, vote value was returned with '.' or ',' from sql query depends on locale setting. Python then process the value, but if it has different locale setting than db it could not cast the value. Now python does not process vote value generated by notification sql query.

Merge request reports