-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Medium
-
Component/s: Card - Copy & Move
-
None
-
1
-
Minor
Issue Summary
Trello cards are getting very large (150+ length) values assigned to them.
Steps to Reproduce
Call the Trello API to add cards to different positions on the board.
Expected Results
The expected range for card positions is 0 < pos <= 281474976710656.
Actual Results
example value: "pos": 7.029553012652396e+159,
Workaround
Currently, there is no known workaround for this behaviour. A workaround will be added here when available