Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0053043Openbravo ERPA. Platformpublic2023-07-24 13:062023-07-27 13:21
caristu 
caristu 
normalminorhave not tried
closedfixed 
5
 
 
Core
No
0053043: API change due to removal of AD artifacts
With the changes introduced with 0052839 the API checks is broken due to the removal of some AD_Messages no longer used and the "Enable Google Button in Login Page" preference:

 [checkAPI]
 [checkAPI] 10055 [main] ERROR org.openbravo.ddlutils.task.CheckAPIDistribution - +++++++++++++++++++++++++++++++++++++++++++++++++++
 [checkAPI] 10055 [main] ERROR org.openbravo.ddlutils.task.CheckAPIDistribution - Errors in API data validation
 [checkAPI] 10055 [main] ERROR org.openbravo.ddlutils.task.CheckAPIDistribution - +++++++++++++++++++++++++++++++++++++++++++++++++++
 [checkAPI] 10055 [main] ERROR org.openbravo.ddlutils.task.CheckAPIDistribution - Removed row from table AD_MESSAGE - ID: 090A0260AFDA4799923FC2ADE44EB55B
 [checkAPI] 10055 [main] ERROR org.openbravo.ddlutils.task.CheckAPIDistribution - Removed row from table AD_MESSAGE - ID: 42B286FCB7054BD49A7FCDE676DB736A
 [checkAPI] 10056 [main] ERROR org.openbravo.ddlutils.task.CheckAPIDistribution - Removed row from table AD_MESSAGE - ID: E1B1F9C89283486F90FEE70EDC716EB7
 [checkAPI] 10056 [main] ERROR org.openbravo.ddlutils.task.CheckAPIDistribution - Removed row from table AD_REF_LIST - ID: FF808081321441D9013214697218000D
 [checkAPI] 10056 [main] ERROR org.openbravo.ddlutils.task.CheckAPIDistribution -
 [checkAPI]
.
Approved
related to defect 0052839 closed caristu Extensible authentication provider infrastructure 
Issue History
2023-07-24 13:06caristuNew Issue
2023-07-24 13:06caristuAssigned To => Triage Platform Base
2023-07-24 13:06caristuModules => Core
2023-07-24 13:06caristuTriggers an Emergency Pack => No
2023-07-24 13:07caristuRelationship addedrelated to 0052839
2023-07-24 13:21hgbotNote Added: 0152835
2023-07-26 08:16caristuSummaryAPI change due to removal of unused messages => API change due to removal of AD artifacts
2023-07-26 08:16caristuDescription Updatedbug_revision_view_page.php?rev_id=26499#r26499
2023-07-26 08:16caristuAssigned ToTriage Platform Base => caristu
2023-07-27 07:53alostaleTag Attached: Approved
2023-07-27 13:21hgbotResolutionopen => fixed
2023-07-27 13:21hgbotStatusnew => closed
2023-07-27 13:21hgbotNote Added: 0152933
2023-07-27 13:21hgbotNote Added: 0152934

Notes
(0152835)
hgbot   
2023-07-24 13:21   
Merge Request created: https://gitlab.com/openbravo/ci/backoffice-api/-/merge_requests/45 [^]
(0152933)
hgbot   
2023-07-27 13:21   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/ci/backoffice-api [^]
Changeset: 0e328ee94a6c8b379d8af32f9acad32af9916d7c
Author: Carlos Aristu <carlos.aristu@openbravo.com>
Date: 27-07-2023 11:21:37
URL: https://gitlab.com/openbravo/ci/backoffice-api/-/commit/0e328ee94a6c8b379d8af32f9acad32af9916d7c [^]

fixes BUG-53043: remove AD artifacts no longer needed

  - remove unused messages
  - remove "Enable Google Button in Login Page" preference

---
M model/modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MESSAGE.xml
R model/modules/org.openbravo.service.integration.google/src-db/database/sourcedata/AD_REF_LIST.xml
---
(0152934)
hgbot   
2023-07-27 13:21   
Merge request merged: https://gitlab.com/openbravo/ci/backoffice-api/-/merge_requests/45 [^]