Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0037818 | Openbravo ERP | A. Platform | public | 2018-02-02 10:00 | 2018-02-07 13:00 |
|
Reporter | AugustoMauch | |
Assigned To | AugustoMauch | |
Priority | immediate | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | caristu |
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 | 0037818: API Change: UpdateAuditTrail process has been removed |
Description | As part of the fix of this issue [1] the UpdateAuditTrail process has been removed. This is the API change log [2]
Errors:
org.openbravo.erpCommon.ad_process:
Missing
class org.openbravo.erpCommon.ad_process.UpdateAuditTrail: missing in /srv/ci/workspace/int-full-pgsql/SANDBOX/api-checks/output/java
+ failure=1
To manage the creation of the ad_context_info more efficiently we want to disable enabling the audit trail infrastructure when Tomcat is started. The way to do it now is by stopping Tomcat, rebuilding Openbravo and starting Tomcat again.
[1] https://issues.openbravo.com/view.php?id=37681 [^]
[2] http://ci.openbravo.com/job/int-api/3262/console [^] |
Steps To Reproduce | -- |
Proposed Solution | |
Additional Information | |
Tags | Approved |
Relationships | related to | feature request | 0037681 | | closed | AugustoMauch | No need to create the ad_context_info table if audit trail is not active, remove Update Audit Trail Infrastructure. |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2018-02-02 10:00 | AugustoMauch | New Issue | |
2018-02-02 10:00 | AugustoMauch | Assigned To | => alostale |
2018-02-02 10:00 | AugustoMauch | OBNetwork customer | => No |
2018-02-02 10:00 | AugustoMauch | Modules | => Core |
2018-02-02 10:00 | AugustoMauch | Triggers an Emergency Pack | => No |
2018-02-02 10:01 | AugustoMauch | Relationship added | related to 0037681 |
2018-02-02 10:02 | AugustoMauch | Description Updated | bug_revision_view_page.php?rev_id=16619#r16619 |
2018-02-02 10:03 | alostale | Tag Attached: Approved | |
2018-02-02 10:03 | alostale | Assigned To | alostale => AugustoMauch |
2018-02-02 10:27 | hgbot | Checkin | |
2018-02-02 10:27 | hgbot | Note Added: 0102146 | |
2018-02-02 10:27 | hgbot | Status | new => resolved |
2018-02-02 10:27 | hgbot | Resolution | open => fixed |
2018-02-02 10:27 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/api-checks/rev/ed6a37329d7cd3a5e66668b4fdf9d9e5664b6c6e [^] |
2018-02-02 10:27 | AugustoMauch | Review Assigned To | => caristu |
2018-02-02 10:35 | AugustoMauch | Note Added: 0102147 | |
2018-02-02 12:47 | hgbot | Checkin | |
2018-02-02 12:47 | hgbot | Note Added: 0102153 | |
2018-02-02 12:47 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/api-checks/rev/ed6a37329d7cd3a5e66668b4fdf9d9e5664b6c6e [^] => http://code.openbravo.com/erp/devel/api-checks/rev/7266057273769ce396206633e212021124915019 [^] |
2018-02-07 13:00 | AugustoMauch | Note Added: 0102245 | |
2018-02-07 13:00 | AugustoMauch | Status | resolved => closed |
Notes |
|
(0102146)
|
hgbot
|
2018-02-02 10:27
|
|
Repository: erp/devel/api-checks
Changeset: ed6a37329d7cd3a5e66668b4fdf9d9e5664b6c6e
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Fri Feb 02 10:24:38 2018 +0100
URL: http://code.openbravo.com/erp/devel/api-checks/rev/ed6a37329d7cd3a5e66668b4fdf9d9e5664b6c6e [^]
Fixes issue 37818: Change approved, UpdateAuditTrail process has been removed
UpdateAuditTrail process has been removed
Now to update the audit trail infrastructure Tomcat must be stopped, Openbravo rebuilt, and Tomcat started again.
---
M java/reference/java.japi.gz
---
|
|
|
|
|
|
(0102153)
|
hgbot
|
2018-02-02 12:47
|
|
Repository: erp/devel/api-checks
Changeset: 7266057273769ce396206633e212021124915019
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Fri Feb 02 12:46:49 2018 +0100
URL: http://code.openbravo.com/erp/devel/api-checks/rev/7266057273769ce396206633e212021124915019 [^]
Fixes issue 37818: API changes in model
---
M model/src-db/database/sourcedata/AD_MENU.xml
M model/src-db/database/sourcedata/AD_MODEL_OBJECT.xml
M model/src-db/database/sourcedata/AD_PROCESS.xml
M model/src-db/database/sourcedata/AD_TREENODE.xml
---
|
|
|
|
The API change has been approved |
|