To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=109081
------- Additional comments from [email protected] Thu Feb 25 12:06:22 +0000 2010 ------- phhh .... that's a somewhat strange setup here: CaseInfo.CaseNature is of type VARCHAR. Nonetheless, it seems to contain numeric values, which are expected to match CaseTypes.ID, which in turn is an INTEGER field. So, what the respective list box in the "Case Details" form is asked for is to match the *string value* in CaseInfo.CaseNature with the *numeric value* in CaseTypes.ID. This indeed worked in OOo 3.1.1, since list boxes where more type-tolerant there. However, because of this tolerance they had other problems, for instance the mentioned issue 106643. I need to investigate this in more detail, whether this can reasonably fixed without re-introducing other bugs. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
