Icon View Incident Report

Serious Serious
Reported By: Uli Becker
Reported On: 2/10/2014
For: Version 1.03 Build 3
# 3986 Dataset Load Problem Due to German Boolean Literal in JSON

I got an error when trying to load rows into a dataset (JSON is served by EWB webserver).

Finally I found out that the German literal for boolean values ('true#='wahr') is the culprit:

JSON from Webserver (simplified):

{ "rows": [
{ "PostenID": 40543, "RechnungenID": 1533, "Abzug": wahr },

Replacing 'wahr' by 'true' solves the problem:

{ "rows": [
{ "PostenID": 40543, "RechnungenID": 1533, "Abzug": true},


Resolution Resolution
Fixed Problem on 2/11/2014 in version 1.03 build 4


Products Affected Products Affected
Elevate Web Builder Modules
Elevate Web Builder
Elevate Web Builder Trial

Image