Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0018474 | Openbravo ERP | 01. General setup | public | 2011-09-08 16:32 | 2011-10-12 01:59 |
|
Reporter | malsasua | |
Assigned To | jecharri | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Community Appliance |
Product Version | 3.0MP2 | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | OBPS |
Web browser | Google Chrome |
Modules | Core |
Support ticket | 12539 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0018474: sequence number is reset when a dataset include a sequence with the same name |
Description | if you have in your enviroment a sequence (created manually) and you apply a new dataset that it contains a sequence with the same name , the numeric of original sequence is reset |
Steps To Reproduce | . create a new sequence with name "testSequence"
. change the value of sequence to 1000111
. apply the dataset of file attached
. the value of sequence "testSequence" has been reset to 1000000
|
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | depends on | backport | 0018475 | 2.50MP35 | closed | jecharri | sequence number is reset when a dataset include a sequence with the same name |
|
Attached Files | test.xml (643) 2011-09-08 16:32 https://issues.openbravo.com/file_download.php?file_id=4527&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2011-09-08 16:32 | malsasua | New Issue | |
2011-09-08 16:32 | malsasua | Assigned To | => jonalegriaesarte |
2011-09-08 16:32 | malsasua | File Added: test.xml | |
2011-09-08 16:32 | malsasua | Web browser | => Google Chrome |
2011-09-08 16:32 | malsasua | Modules | => Core |
2011-09-08 16:32 | malsasua | OBNetwork customer | => Yes |
2011-09-08 16:32 | malsasua | Support ticket | => 12539 |
2011-09-08 16:32 | malsasua | Resolution time | => 1318284000 |
2011-09-08 16:33 | malsasua | Issue Monitored: networkb | |
2011-09-08 16:33 | malsasua | Status | new => scheduled |
2011-09-08 16:33 | malsasua | fix_in_branch | => pi |
2011-09-12 17:06 | jonalegriaesarte | Assigned To | jonalegriaesarte => jecharri |
2011-09-19 18:36 | jecharri | Note Added: 0041089 | |
2011-09-19 18:36 | jecharri | Status | scheduled => feedback |
2011-09-30 12:43 | hgbot | Checkin | |
2011-09-30 12:43 | hgbot | Note Added: 0041408 | |
2011-09-30 12:43 | hgbot | Status | feedback => resolved |
2011-09-30 12:43 | hgbot | Resolution | open => fixed |
2011-09-30 12:43 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/32831d5765d1811b3402eb54613a9de02c07d964 [^] |
2011-10-03 13:20 | malsasua | Note Added: 0041461 | |
2011-10-03 13:20 | malsasua | Status | resolved => closed |
2011-10-12 01:59 | hudsonbot | Checkin | |
2011-10-12 01:59 | hudsonbot | Note Added: 0041731 | |
Notes |
|
|
I have created one client without any dataset applied and after that, I have created the sequence AR Invoice.
In the next step I try to apply the core dataset (it has contain the sequence with AR Invoice name), and system can't apply becasue I have created first the AR Invoice Sequence and it has different ID. |
|
|
(0041408)
|
hgbot
|
2011-09-30 12:43
|
|
Repository: erp/devel/pi
Changeset: 32831d5765d1811b3402eb54613a9de02c07d964
Author: Javier Etxarri <javier.echarri <at> openbravo.com>
Date: Fri Sep 30 12:31:24 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/32831d5765d1811b3402eb54613a9de02c07d964 [^]
Fixes issue 18474: sequence number is reset when a dataset include a sequence with the same name
---
M src/org/openbravo/dal/xml/BaseXMLEntityConverter.java
---
|
|
|
|
|
|
|
|