Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0014402 | Openbravo ERP | A. Platform | public | 2010-09-02 12:19 | 2010-09-13 12:38 |
|
Reporter | jpabloae | |
Assigned To | marvintm | |
Priority | urgent | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 30 | OS Version | Professional Appliance |
Product Version | pi | |
Target Version | 2.50MP22 | Fixed in Version | 2.50MP22 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0014402: import.sample.data: add an optional parameter to bypass the checkReferencedOrganizations validation |
Description | Currently the import.sample.data process runs the checkReferencedOrganizations validation, which is correct.
However started from 2.50MP21 this is causing problems with BigBazaar, which has forces us to disable the validation locally. |
Steps To Reproduce | |
Proposed Solution | It would be nice if the install.source or import.sample.data could be run with an argument to disable this validation, so that we don't have to change anything locally. By default the validation should be enabled, like it currently is. |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0014264 | | closed | staffrm | Referenced entity belongs to an organization which is not part of the natural tree |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-09-02 12:19 | jpabloae | New Issue | |
2010-09-02 12:19 | jpabloae | Assigned To | => mtaal |
2010-09-02 12:19 | jpabloae | OBNetwork customer | => No |
2010-09-02 12:19 | jpabloae | Issue Monitored: iciordia | |
2010-09-02 20:00 | iciordia | Assigned To | mtaal => marvintm |
2010-09-07 14:58 | hgbot | Checkin | |
2010-09-07 14:58 | hgbot | Note Added: 0030765 | |
2010-09-07 14:58 | hgbot | Status | new => resolved |
2010-09-07 14:58 | hgbot | Resolution | open => fixed |
2010-09-07 14:58 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/c59596c69f9fc031e40955fe60f46f46989f9946 [^] |
2010-09-07 16:04 | hgbot | Checkin | |
2010-09-07 16:04 | hgbot | Note Added: 0030771 | |
2010-09-07 20:20 | hudsonbot | Checkin | |
2010-09-07 20:20 | hudsonbot | Note Added: 0030790 | |
2010-09-07 20:20 | hudsonbot | Checkin | |
2010-09-07 20:20 | hudsonbot | Note Added: 0030792 | |
2010-09-08 23:51 | jpabloae | Note Added: 0030872 | |
2010-09-08 23:51 | jpabloae | Status | resolved => closed |
2010-09-08 23:51 | jpabloae | Fixed in Version | => 2.50MP22 |
2010-09-09 00:31 | jpabloae | Relationship added | related to 0014264 |
2010-09-13 12:38 | anonymous | sf_bug_id | 0 => 3065197 |
Notes |
|
(0030765)
|
hgbot
|
2010-09-07 14:58
|
|
Repository: erp/devel/pi
Changeset: c59596c69f9fc031e40955fe60f46f46989f9946
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Tue Sep 07 13:13:56 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/c59596c69f9fc031e40955fe60f46f46989f9946 [^]
Fixed issue 14402. Added a property to bypass the checkReferencedOrganizations check.
The way this works is by setting the disableCheckReferencedOrganizations to true. For example, in import.sample.data:
ant impo.sample.data -DdisableCheckReferencedOrganizations=true
---
M build.xml
M src/build.xml
M src/org/openbravo/dal/core/OBInterceptor.java
M src/org/openbravo/service/db/ImportReferenceDataTask.java
---
|
|
|
(0030771)
|
hgbot
|
2010-09-07 16:04
|
|
|
|
|
|
|
|
|
|
|
Verified by running a full build with the BigBazaar.xml sampledata, as follows:
ant install.source -DdisableCheckReferencedOrganizations=true
So I'm closing the issue. |
|