Skip to content

Fix dict2inst converting type from int to real

Yvonne Kothmeier requested to merge 108-fix-item-saving into dev

The issue was that dict2inst was converting the numeric value of type into a real, whereas it should be an int. This caused match selected_item.type: to fail because of a type mismatch.

Signed-off-by: florian floriankothmeier@web.de

Closes #108 (closed)

Merge request reports