Closed GoogleCodeExporter closed 9 years ago
What table name/field name are you using? What values were you checking
against? Also what browser are you
using, because Chrome has some major issues on our site currently.
This error comes up if you try to compare a field that is strings to an integer
value (ex:
msustudentdatalocks.WATERWAY_ID < 100 is invalid) or vice-versa.
Will leave open until we get this information, but I do not have this bug.
Original comment by nind...@gmail.com
on 6 Apr 2010 at 1:40
This issue is because the condition's field name was being reset to the 1st in
the
field list. This was caused by the Add (condition) button causing a page
reload,
calling genIconConditionTable, re-selecting the table and --> field dropdown
boxes. The
field dropdown box was reset, so its new value, not its selected value, was
reported to
addConditionToIcon().
The fix was to remove the [addTableName.SelectedIndex = 0;] line in
genIconConditionTable.
Original comment by mbbowser@gmail.com
on 6 Apr 2010 at 6:54
This issue was closed by revision r466.
Original comment by mbbowser@gmail.com
on 6 Apr 2010 at 6:55
verified as able to add conditions to icon
Original comment by sweenr...@gmail.com
on 6 Apr 2010 at 7:25
Original issue reported on code.google.com by
jpetti...@gmail.com
on 6 Apr 2010 at 2:15