Content
View differences
Updated by Marc Burk about 8 years ago
**Steps to reproduce:**
1\. Go to workpackage list
2\. sort by id
**Actual Behavior**
work packages get sorted by id, based on string compare
100
120
200
210
25
260
**Expected Behavior**
ids should be sorted based on numeric comparision
25
100
120
200
210
260

1\. Go to workpackage list
2\. sort by id
**Actual Behavior**
work packages get sorted by id, based on string compare
100
120
200
210
25
260
**Expected Behavior**
ids should be sorted based on numeric comparision
25
100
120
200
210
260
