Details
-
Type: Bug
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: Wickford
-
Fix Version/s: All Time Backlog
-
Component/s: Content Editor
-
Labels:None
-
Sprint:High Priority
Description
The Google API defines a criterion ID as type long. Most of the content editor stores long values as bigint(20), but the gce_target table stores the criterionID as "int(11) unsigned".
The column type should be changed and the code checked to be sure it is handled properly.