#1007 Parse error when the ID of a textfield begins with the same string as the ID of an other textfield
Description
Environment
None
Gliffy Diagrams
Activity
Show:

Lukas Ladenberger January 22, 2014 at 8:19 AM
Not relevant for BMotion Studio 2

Jens Bendisposto April 25, 2012 at 1:12 PM
Reporter: Harald Wiegard
Won't Fix
Details
Details
Assignee

Reporter

Components
Priority
More fields
Story Points, Original estimate
More fields
Story Points, Original estimateCreated April 24, 2012 at 12:00 PM
Updated January 22, 2014 at 8:19 AM
Resolved January 22, 2014 at 8:19 AM
Given two text fields with the IDs "Field" and "Fieldtwo" and the texts "11" and "22".
Using the predicate
xx = Field & yy = Fieldtwo
results in an error: "Fatal error when trying to parse xx = 11 and yy = 11two."
yy=Fieldtwo was replaced with the value of Field (11) and the text "two" instead of the value of Fieldtwo (22).