Openbravo Issue Tracking System - Openbravo ERP | ||||||||||||
View Issue Details | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
0024726 | Openbravo ERP | A. Platform | public | 2013-09-10 10:28 | 2013-09-23 12:30 | |||||||
Reporter | jecharri | |||||||||||
Assigned To | shankarb | |||||||||||
Priority | urgent | Severity | major | Reproducibility | always | |||||||
Status | closed | Resolution | fixed | |||||||||
Platform | OS | 5 | OS Version | |||||||||
Product Version | ||||||||||||
Target Version | 3.0MP28 | Fixed in Version | 3.0MP29 | |||||||||
Merge Request Status | ||||||||||||
Review Assigned To | AugustoMauch | |||||||||||
OBNetwork customer | ||||||||||||
Web browser | Google Chrome | |||||||||||
Modules | Core | |||||||||||
Support ticket | ||||||||||||
Regression level | Production - Confirmed Stable | |||||||||||
Regression date | 2012-04-26 | |||||||||||
Regression introduced in release | ||||||||||||
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/0a1670b979e2c0d42e97e8c8b045b4a760df9a28 [^] | |||||||||||
Triggers an Emergency Pack | No | |||||||||||
Summary | 0024726: Problems with Selectors if you migrate from Openbravo 2.22 | |||||||||||
Description | Problems with Selectors if you migrate from Openbravo 2.22 The porblem is that in 2.22 the id's where numeric ID's with only 7 digits | |||||||||||
Steps To Reproduce | -Create a BP -Update the id to 7 digits by database -Go to ERP -Go to window sales order and create and order with recently created BP -Close the window -Open the window again -Open the order in grid view -Delete the value in field BP Finally start writting something, you will see that field is filled with "OL_BP_ID+YOUR_CHARACTERS" | |||||||||||
Proposed Solution | change the function OB.Utilities.isUUID in file ob-utilities.js OB.Utilities.isUUID = function (object) { if (typeof object !== 'string') { return false; } if (object.length !== 7 && object.length !== 32) { return false; } if (object.length === 32){ return (/[A-Fa-f0-9]{32,32}/).test(object); } else if (object.length === 7){ return (/[A-Fa-f0-9]{7,7}/).test(object); } return (/[A-Fa-f0-9]{32,32}/).test(object); }; | |||||||||||
Additional Information | ||||||||||||
Tags | No tags attached. | |||||||||||
Relationships |
| |||||||||||
Attached Files | ||||||||||||
Issue History | ||||||||||||
Date Modified | Username | Field | Change | |||||||||
2013-09-10 10:28 | jecharri | New Issue | ||||||||||
2013-09-10 10:28 | jecharri | Assigned To | => AugustoMauch | |||||||||
2013-09-10 10:28 | jecharri | Web browser | => Google Chrome | |||||||||
2013-09-10 10:28 | jecharri | Modules | => Core | |||||||||
2013-09-10 10:28 | jecharri | Resolution time | => 1381701600 | |||||||||
2013-09-10 10:28 | jecharri | Triggers an Emergency Pack | => No | |||||||||
2013-09-10 11:50 | shankarb | Assigned To | AugustoMauch => shankarb | |||||||||
2013-09-10 14:00 | shankarb | Review Assigned To | => AugustoMauch | |||||||||
2013-09-10 14:00 | shankarb | Web browser | Google Chrome => Google Chrome | |||||||||
2013-09-10 14:00 | shankarb | Issue Monitored: AugustoMauch | ||||||||||
2013-09-10 14:01 | hgbot | Checkin | ||||||||||
2013-09-10 14:01 | hgbot | Note Added: 0061053 | ||||||||||
2013-09-10 14:01 | hgbot | Status | new => resolved | |||||||||
2013-09-10 14:01 | hgbot | Resolution | open => fixed | |||||||||
2013-09-10 14:01 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/6a60136ef23fcbed3a02c186aa63bc9cd0950bd0 [^] | |||||||||
2013-09-11 10:33 | alostale | Note Added: 0061073 | ||||||||||
2013-09-11 10:33 | alostale | Status | resolved => new | |||||||||
2013-09-11 10:33 | alostale | Resolution | fixed => open | |||||||||
2013-09-11 10:34 | alostale | Note Edited: 0061073 | bug_revision_view_page.php?bugnote_id=0061073#r5009 | |||||||||
2013-09-11 10:35 | alostale | Relationship added | related to 0020352 | |||||||||
2013-09-11 19:42 | shankarb | Web browser | Google Chrome => Google Chrome | |||||||||
2013-09-11 19:42 | shankarb | Regression level | => Production - Confirmed Stable | |||||||||
2013-09-11 19:42 | shankarb | Regression date | => 2012-04-26 | |||||||||
2013-09-11 19:42 | shankarb | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/0a1670b979e2c0d42e97e8c8b045b4a760df9a28 [^] | |||||||||
2013-09-11 20:22 | hgbot | Checkin | ||||||||||
2013-09-11 20:22 | hgbot | Note Added: 0061087 | ||||||||||
2013-09-11 20:22 | hgbot | Status | new => resolved | |||||||||
2013-09-11 20:22 | hgbot | Resolution | open => fixed | |||||||||
2013-09-11 20:22 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/6a60136ef23fcbed3a02c186aa63bc9cd0950bd0 [^] => http://code.openbravo.com/erp/devel/pi/rev/dd0f6674c85196f95c3ddfe97a527b764fd6df99 [^] | |||||||||
2013-09-13 08:18 | alostale | Review Assigned To | AugustoMauch => alostale | |||||||||
2013-09-13 08:18 | alostale | Note Added: 0061126 | ||||||||||
2013-09-13 08:18 | alostale | Status | resolved => closed | |||||||||
2013-09-13 08:18 | alostale | Fixed in Version | => 3.0MP28 | |||||||||
2013-09-17 13:01 | hgbot | Checkin | ||||||||||
2013-09-17 13:01 | hgbot | Note Added: 0061194 | ||||||||||
2013-09-17 13:02 | shankarb | Note Added: 0061196 | ||||||||||
2013-09-17 13:02 | shankarb | Status | closed => new | |||||||||
2013-09-17 13:02 | shankarb | Resolution | fixed => open | |||||||||
2013-09-17 13:02 | shankarb | Fixed in Version | 3.0MP28 => | |||||||||
2013-09-17 19:02 | hudsonbot | Checkin | ||||||||||
2013-09-17 19:02 | hudsonbot | Note Added: 0061232 | ||||||||||
2013-09-17 19:03 | hudsonbot | Checkin | ||||||||||
2013-09-17 19:03 | hudsonbot | Note Added: 0061238 | ||||||||||
2013-09-18 18:53 | hudsonbot | Checkin | ||||||||||
2013-09-18 18:53 | hudsonbot | Note Added: 0061278 | ||||||||||
2013-09-23 04:26 | shankarb | Review Assigned To | alostale => AugustoMauch | |||||||||
2013-09-23 04:26 | shankarb | Web browser | Google Chrome => Google Chrome | |||||||||
2013-09-23 04:27 | hgbot | Checkin | ||||||||||
2013-09-23 04:27 | hgbot | Note Added: 0061334 | ||||||||||
2013-09-23 04:27 | hgbot | Status | new => resolved | |||||||||
2013-09-23 04:27 | hgbot | Resolution | open => fixed | |||||||||
2013-09-23 04:27 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/dd0f6674c85196f95c3ddfe97a527b764fd6df99 [^] => http://code.openbravo.com/erp/devel/pi/rev/57d7ed05f9b62e131fd5c6637139370302cf7fb2 [^] | |||||||||
2013-09-23 10:00 | alostale | Status | resolved => closed | |||||||||
2013-09-23 10:00 | alostale | Fixed in Version | => 3.0MP29 | |||||||||
2013-09-23 12:30 | hudsonbot | Checkin | ||||||||||
2013-09-23 12:30 | hudsonbot | Note Added: 0061351 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|