-
Type:
Bug
-
Resolution: Timed out
-
Priority:
Medium
-
None
-
Affects Version/s: 3.6.5
-
Component/s: Issue - Fields
-
Environment:
Database: Microsoft SQL Server
-
3.06
-
Severity 2 - Major
-
This was a problem with the TimeInStatusCFT from the charting plugin. The removeValue method tries to do a findByAnd with the value in the custom field and this makes a value= in sql, which mssql does not handle for unlimited text fields. This method needs to either, not try to compare on the value (we need to investigate the implications of changing the behavior of the method) or we need a new method that will just delete the values for the issue.
- relates to
-
JRASERVER-20289 Race condition when creating many custom fields
-
- Closed
-
- was cloned as
-
JCHART-461 Loading...