Openbravo Issue Tracking System - Openbravo ERP | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000425 | Openbravo ERP | Y. DBSourceManager | public | 2008-05-26 10:00 | 2009-03-18 11:02 |
Reporter | marvintm | ||||
Assigned To | marvintm | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | 5 | OS Version | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Merge Request Status | |||||
Review Assigned To | |||||
OBNetwork customer | |||||
Web browser | |||||
Modules | Core | ||||
Support ticket | |||||
Regression level | |||||
Regression date | |||||
Regression introduced in release | |||||
Regression introduced by commit | |||||
Triggers an Emergency Pack | No | ||||
Summary | 0000425: AD_USER and AD_USER_ROLES should be filtered by AD_USER_ID instead of by AD_CLIENT_ID | ||||
Description | Now, to decide if a row of AD_USER or AD_USER_ROLES is sourcedata or sampledata, AD_CLIENT_ID is used. The best solution should be to user AD_USER_ID instead of AD_CLIENT_ID. | ||||
Steps To Reproduce | Just do an ant export.database | ||||
Proposed Solution | This lines in OpenbravoMetadataFilter.java addTable("AD_USER", "AD_CLIENT_ID = 0"); addTable("AD_USER_ROLES", "AD_CLIENT_ID = 0"); should be replaced by: addTable("AD_USER", "AD_USER_ID IN (0,100)"); addTable("AD_USER_ROLES", "AD_USER_ID IN (0,100)"); and similar ones in OpenbravoDataFilter.java should also be replaced. | ||||
Additional Information | |||||
Tags | dbsm_migrate | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2008-05-26 10:00 | marvintm | New Issue | |||
2008-05-26 10:00 | marvintm | Assigned To | => marvintm | ||
2008-05-26 10:01 | marvintm | Status | new => scheduled | ||
2008-05-26 10:50 | marvintm | Status | scheduled => resolved | ||
2008-05-26 10:50 | marvintm | Resolution | open => fixed | ||
2008-05-26 10:50 | marvintm | Note Added: 0000329 | |||
2008-11-26 14:08 | psarobe | Status | resolved => closed | ||
2008-12-18 12:38 | jpabloae | Sticky Issue | No => Yes | ||
2008-12-18 12:39 | jpabloae | Sticky Issue | Yes => No | ||
2008-12-18 12:39 | jpabloae | Tag Attached: dbsm_migrate | |||
2008-12-18 12:41 | jpabloae | Project | @4@ => Openbravo ERP | ||
2008-12-18 12:41 | jpabloae | Category | => Y. DBSourceManager | ||
2009-03-18 11:02 | anonymous | sf_bug_id | 0 => 2691314 |
Notes | |||||
|
|||||
|
|