| Anonymous | Login | Signup for a new account | 2013-05-25 20:49 EDT | ![]() |
| Main | My View | View Issues | Change Log | Roadmap | Wiki | ManTweet | Repositories |
| View Issue Details [ Jump to Notes ] [ Wiki ] [ Related Changesets ] | [ Issue History ] [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0012887 | mantisbt | api soap | public | 2011-03-30 08:37 | 2013-04-06 08:24 | ||||
| Reporter | maschneider | ||||||||
| Assigned To | rombert | ||||||||
| Priority | normal | Severity | minor | Reproducibility | always | ||||
| Status | closed | Resolution | fixed | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | |||||||||
| Target Version | 1.2.6 | Fixed in Version | 1.2.6 | ||||||
| Summary | 0012887: mc_issue_get_biggest_id do wrong | ||||||||
| Description | if i call mc_issue_get_biggest_id via soap i want the biggest id back, but i get the latest issue not with the biggest id | ||||||||
| Additional Information | if i look in the code i find: 'sort' => 'date_submitted', correct would be: 'sort' => 'id', | ||||||||
| Tags | No tags attached. | ||||||||
| Attached Files | |||||||||
Relationships |
||||||
|
||||||
Notes |
|
|
rombert (developer) 2011-03-30 08:48 |
Thanks for the report. Just to clarify, aren't issue ids allocated in ascending order? If that is the case, the sort conditions would be equivalent. |
|
maschneider (reporter) 2011-03-30 09:00 |
Yes they generated in ascending order so i was confused as well. But as i test it will sort you the task like last_update try this: view_all_set.php?sort=date_submitted&dir=DESC i dont know if deeper in the system sort by date_submitted will be override |
|
rombert (developer) 2011-03-30 12:34 |
Yup, date_submitted seems to be the date of the last update. This should be fixed. |
|
grangeway (developer) 2013-04-05 17:57 |
Marking as 'acknowledged' not resolved/closed to track that change gets ported to master-2.0.x branch |
Related Changesets |
|||
|
MantisBT: master 826cdd8b
Timestamp: 2011-04-11 19:36:40 Author: rombert [ Details ] [ Diff ] |
Fix 0012887: mc_issue_get_biggest_id do wrong The internal sorting should be based on id, rather than on date_submitted. |
||
| mod - api/soap/mc_issue_api.php | [ Diff ] [ File ] | ||
| mod - tests/soap/IssueAddTest.php | [ Diff ] [ File ] | ||
|
MantisBT: master-1.2.x d90003b4
Timestamp: 2011-04-11 19:36:40 Author: rombert [ Details ] [ Diff ] |
Fix 0012887: mc_issue_get_biggest_id do wrong The internal sorting should be based on id, rather than on date_submitted. |
||
| mod - tests/soap/IssueAddTest.php | [ Diff ] [ File ] | ||
| mod - api/soap/mc_issue_api.php | [ Diff ] [ File ] | ||
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2011-03-30 08:37 | maschneider | New Issue | |
| 2011-03-30 08:48 | rombert | Note Added: 0028506 | |
| 2011-03-30 08:48 | rombert | Status | new => feedback |
| 2011-03-30 09:00 | maschneider | Note Added: 0028508 | |
| 2011-03-30 09:00 | maschneider | Status | feedback => new |
| 2011-03-30 12:34 | rombert | Note Added: 0028510 | |
| 2011-03-30 12:34 | rombert | Assigned To | => rombert |
| 2011-03-30 12:34 | rombert | Status | new => confirmed |
| 2011-03-30 12:34 | rombert | Target Version | => 1.2.5 |
| 2011-03-30 12:34 | rombert | Additional Information Updated | View Revisions |
| 2011-04-05 12:25 | jreese | Target Version | 1.2.5 => 1.2.6 |
| 2011-04-11 15:26 | rombert | Status | confirmed => assigned |
| 2011-04-11 15:39 | rombert | Changeset attached | => MantisBT master 826cdd8b |
| 2011-04-11 15:39 | rombert | Changeset attached | => MantisBT master-1.2.x d90003b4 |
| 2011-04-11 15:39 | rombert | Resolution | open => fixed |
| 2011-04-11 15:39 | rombert | Fixed in Version | => 1.2.6 |
| 2011-04-11 15:41 | rombert | Status | assigned => resolved |
| 2011-07-26 09:53 | jreese | Status | resolved => closed |
| 2013-04-05 17:57 | grangeway | Status | closed => acknowledged |
| 2013-04-05 17:57 | grangeway | Note Added: 0036430 | |
| 2013-04-05 18:10 | grangeway | Relationship added | related to 0015721 |
| 2013-04-06 03:43 | dregad | Status | acknowledged => closed |
| 2013-04-06 07:22 | grangeway | Status | closed => acknowledged |
| 2013-04-06 08:24 | grangeway | Status | acknowledged => closed |
| MantisBT 1.2.16dev master-1.2.x-8c2bd07 [^]
Copyright © 2000 - 2013 MantisBT Team
Time: 0.0857 seconds. memory usage: 2,829 KB |