Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0009525 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | minor | have not tried | 2009-06-17 20:07 | 2009-10-06 11:24 | |||
Reporter | shuehner | View Status | public | |||||
Assigned To | marvintm | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | 2.50MP6 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 017a009b80dc | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | pi | SCM revision | ||||||
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 | 0009525: ad_process_request changes on export.database for two transient columns. | |||||||
Description | Three column of the ad_process_table are modified during normal system use and thus should not be exported on export.database. - ob_context - next_fire_time - previous_fire_time They should be marked as transient in the dataset to ignore them on export.database | |||||||
Steps To Reproduce | run install.source Login and use the application (so that the background jobs are executed) set module.core to isindevelopment='Y' run export.database -Dforce=yes see a change to ad_process_request for the columns mentioned above | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
||||||||
|
![]() |
|
(0020095) hgbot (developer) 2009-09-15 19:43 |
Repository: erp/devel/pi Changeset: 017a009b80dcddffee42f0508b43acfcc74523f5 Author: Antonio Moreno <antonio.moreno <at> openbravo.com> Date: Tue Sep 15 19:42:55 2009 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/017a009b80dcddffee42f0508b43acfcc74523f5 [^] Fixed issue 9525. Export.database will no longer export dataset ADRD by default. --- M build.xml M src-db/database/build.xml M src-db/database/lib/dbsourcemanager.jar M src-db/database/sourcedata/AD_DATASET_TABLE.xml A src-db/database/sourcedata/referencedData/AD_ALERTRULE.xml A src-db/database/sourcedata/referencedData/AD_CLIENT.xml A src-db/database/sourcedata/referencedData/AD_CLIENTINFO.xml A src-db/database/sourcedata/referencedData/AD_DATATYPE.xml A src-db/database/sourcedata/referencedData/AD_DIMENSION.xml A src-db/database/sourcedata/referencedData/AD_LANGUAGE.xml A src-db/database/sourcedata/referencedData/AD_MONTH.xml A src-db/database/sourcedata/referencedData/AD_ORG.xml A src-db/database/sourcedata/referencedData/AD_ORGTYPE.xml A src-db/database/sourcedata/referencedData/AD_PREFERENCE.xml A src-db/database/sourcedata/referencedData/AD_PROCESS_REQUEST.xml A src-db/database/sourcedata/referencedData/AD_ROLE.xml A src-db/database/sourcedata/referencedData/AD_TASK.xml A src-db/database/sourcedata/referencedData/AD_TREE.xml A src-db/database/sourcedata/referencedData/AD_TREENODEBP.xml A src-db/database/sourcedata/referencedData/AD_TREENODEPR.xml A src-db/database/sourcedata/referencedData/AD_USER.xml A src-db/database/sourcedata/referencedData/M_ATTRIBUTESET.xml A src-db/database/sourcedata/referencedData/M_ATTRIBUTESETINSTANCE.xml R src-db/database/sourcedata/AD_ALERTRULE.xml R src-db/database/sourcedata/AD_CLIENT.xml R src-db/database/sourcedata/AD_CLIENTINFO.xml R src-db/database/sourcedata/AD_DATATYPE.xml R src-db/database/sourcedata/AD_DIMENSION.xml R src-db/database/sourcedata/AD_IMAGE.xml R src-db/database/sourcedata/AD_LANGUAGE.xml R src-db/database/sourcedata/AD_MONTH.xml R src-db/database/sourcedata/AD_ORG.xml R src-db/database/sourcedata/AD_ORGTYPE.xml R src-db/database/sourcedata/AD_PREFERENCE.xml R src-db/database/sourcedata/AD_PROCESS_REQUEST.xml R src-db/database/sourcedata/AD_ROLE.xml R src-db/database/sourcedata/AD_TASK.xml R src-db/database/sourcedata/AD_TREE.xml R src-db/database/sourcedata/AD_TREENODEBP.xml R src-db/database/sourcedata/AD_TREENODEPR.xml R src-db/database/sourcedata/AD_USER.xml R src-db/database/sourcedata/M_ATTRIBUTESET.xml R src-db/database/sourcedata/M_ATTRIBUTESETINSTANCE.xml --- |
(0020468) hgbot (developer) 2009-09-29 14:12 |
Repository: erp/devel/pi-pageddatagrid Changeset: 017a009b80dcddffee42f0508b43acfcc74523f5 Author: Antonio Moreno <antonio.moreno <at> openbravo.com> Date: Tue Sep 15 19:42:55 2009 +0200 URL: http://code.openbravo.com/erp/devel/pi-pageddatagrid/rev/017a009b80dcddffee42f0508b43acfcc74523f5 [^] Fixed issue 9525. Export.database will no longer export dataset ADRD by default. --- M build.xml M src-db/database/build.xml M src-db/database/lib/dbsourcemanager.jar M src-db/database/sourcedata/AD_DATASET_TABLE.xml A src-db/database/sourcedata/referencedData/AD_ALERTRULE.xml A src-db/database/sourcedata/referencedData/AD_CLIENT.xml A src-db/database/sourcedata/referencedData/AD_CLIENTINFO.xml A src-db/database/sourcedata/referencedData/AD_DATATYPE.xml A src-db/database/sourcedata/referencedData/AD_DIMENSION.xml A src-db/database/sourcedata/referencedData/AD_LANGUAGE.xml A src-db/database/sourcedata/referencedData/AD_MONTH.xml A src-db/database/sourcedata/referencedData/AD_ORG.xml A src-db/database/sourcedata/referencedData/AD_ORGTYPE.xml A src-db/database/sourcedata/referencedData/AD_PREFERENCE.xml A src-db/database/sourcedata/referencedData/AD_PROCESS_REQUEST.xml A src-db/database/sourcedata/referencedData/AD_ROLE.xml A src-db/database/sourcedata/referencedData/AD_TASK.xml A src-db/database/sourcedata/referencedData/AD_TREE.xml A src-db/database/sourcedata/referencedData/AD_TREENODEBP.xml A src-db/database/sourcedata/referencedData/AD_TREENODEPR.xml A src-db/database/sourcedata/referencedData/AD_USER.xml A src-db/database/sourcedata/referencedData/M_ATTRIBUTESET.xml A src-db/database/sourcedata/referencedData/M_ATTRIBUTESETINSTANCE.xml R src-db/database/sourcedata/AD_ALERTRULE.xml R src-db/database/sourcedata/AD_CLIENT.xml R src-db/database/sourcedata/AD_CLIENTINFO.xml R src-db/database/sourcedata/AD_DATATYPE.xml R src-db/database/sourcedata/AD_DIMENSION.xml R src-db/database/sourcedata/AD_IMAGE.xml R src-db/database/sourcedata/AD_LANGUAGE.xml R src-db/database/sourcedata/AD_MONTH.xml R src-db/database/sourcedata/AD_ORG.xml R src-db/database/sourcedata/AD_ORGTYPE.xml R src-db/database/sourcedata/AD_PREFERENCE.xml R src-db/database/sourcedata/AD_PROCESS_REQUEST.xml R src-db/database/sourcedata/AD_ROLE.xml R src-db/database/sourcedata/AD_TASK.xml R src-db/database/sourcedata/AD_TREE.xml R src-db/database/sourcedata/AD_TREENODEBP.xml R src-db/database/sourcedata/AD_TREENODEPR.xml R src-db/database/sourcedata/AD_USER.xml R src-db/database/sourcedata/M_ATTRIBUTESET.xml R src-db/database/sourcedata/M_ATTRIBUTESETINSTANCE.xml --- |
(0020755) psarobe (viewer) 2009-10-06 11:24 |
Closed again because hudson has reopened without no reason |
![]() |
|||
Date Modified | Username | Field | Change |
2009-06-17 20:07 | shuehner | New Issue | |
2009-06-17 20:07 | shuehner | Assigned To | => iperdomo |
2009-06-17 20:07 | shuehner | OBNetwork customer | => No |
2009-06-30 19:24 | psarobe | Status | new => scheduled |
2009-06-30 19:24 | psarobe | Assigned To | iperdomo => marvintm |
2009-06-30 19:24 | psarobe | fix_in_branch | => pi |
2009-07-17 17:34 | iperdomo | Relationship added | has duplicate 0009911 |
2009-07-17 17:36 | iperdomo | Priority | normal => urgent |
2009-07-17 17:36 | iperdomo | fix_in_branch | pi => |
2009-09-15 19:43 | hgbot | Checkin | |
2009-09-15 19:43 | hgbot | Note Added: 0020095 | |
2009-09-15 19:43 | hgbot | Status | scheduled => resolved |
2009-09-15 19:43 | hgbot | Resolution | open => fixed |
2009-09-15 19:43 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/017a009b80dcddffee42f0508b43acfcc74523f5 [^] |
2009-09-21 13:38 | psarobe | Status | resolved => closed |
2009-09-21 13:38 | psarobe | Fixed in Version | => 2.50MP6 |
2009-09-22 00:00 | anonymous | sf_bug_id | 0 => 2863836 |
2009-09-29 14:12 | hgbot | Checkin | |
2009-09-29 14:12 | hgbot | Note Added: 0020468 | |
2009-09-29 14:12 | hgbot | Status | closed => resolved |
2009-09-29 14:12 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/017a009b80dcddffee42f0508b43acfcc74523f5 [^] => http://code.openbravo.com/erp/devel/pi-pageddatagrid/rev/017a009b80dcddffee42f0508b43acfcc74523f5 [^] |
2009-10-06 11:24 | psarobe | Status | resolved => closed |
2009-10-06 11:24 | psarobe | Note Added: 0020755 |
Copyright © 2000 - 2009 MantisBT Group |