Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0044952Openbravo ERPA. Platformpublic2020-09-01 14:132020-09-03 06:54
cberner 
cberner 
normalmajorhave not tried
closedfixed 
5
 
PR20Q4 
Core
No
0044952: Fix added column in AD_PROCESS breaking CI
A new column(CLUSTER_INSTANCE_SELECTION) has been added in AD_PROCESS table in quartz project.

It is not necessary so it should be removed and an export.database should be executed to revert the changes on the previously modified xmls.
in description
No tags attached.
caused by feature request 0041484 closed cberner make job scheduling clusterizable 
Issue History
2020-09-01 14:13cbernerNew Issue
2020-09-01 14:13cbernerAssigned To => cberner
2020-09-01 14:13cbernerModules => Core
2020-09-01 14:13cbernerTriggers an Emergency Pack => No
2020-09-01 14:17cbernerStatusnew => scheduled
2020-09-01 14:17cbernerDescription Updatedbug_revision_view_page.php?rev_id=21590#r21590
2020-09-01 14:45hgbotNote Added: 0122511
2020-09-01 15:25hgbotNote Added: 0122512
2020-09-01 15:25hgbotResolutionopen => fixed
2020-09-01 15:25hgbotStatusscheduled => closed
2020-09-01 15:25hgbotFixed in Version => PR20Q4
2020-09-01 15:25hgbotNote Added: 0122513
2020-09-01 16:05hgbotNote Added: 0122514
2020-09-01 16:07hgbotNote Added: 0122515
2020-09-01 16:07hgbotNote Added: 0122516
2020-09-03 06:53alostaleRelationship addedcaused by 0041484
2020-09-03 06:53alostaleRelationship addedrelated to 0044963
2020-09-03 06:54alostaleRelationship deletedrelated to 0044963

Notes
(0122511)
hgbot   
2020-09-01 14:45   
Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/134 [^]
(0122512)
hgbot   
2020-09-01 15:25   
Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/134 [^]
(0122513)
hgbot   
2020-09-01 15:25   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: 52f2326855a0f655ee3712b76588d6413582f921
Author: Cristian Berner <cristian.berner@openbravo.com>
Date: 2020-09-01T13:25:23+00:00
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/52f2326855a0f655ee3712b76588d6413582f921 [^]

Fixes ISSUE-44952: Remove column CLUSTER_INSTANCE_SELECTION from AD_PROCESS

This column is not needed, so it has been removed and by default Cluster
selection will be a set as so:
If no entry in Cluster instances table -> All instances will be able to run process
If some entry in Cluster instances table -> Only those defined here will be able to run process

---
M modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_PROCESS.xml
M modules/org.openbravo.financial.paymentreport/src-db/database/sourcedata/AD_PROCESS.xml
M modules/org.openbravo.reports.ordersawaitingdelivery/src-db/database/sourcedata/AD_PROCESS.xml
M modules/org.openbravo.utility.cleanup.log/src-db/database/sourcedata/AD_PROCESS.xml
M src-db/database/model/tables/AD_PROCESS.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_PROCESS.xml
M src/org/openbravo/scheduling/ClusterInstanceProcessAccess.java
---
(0122514)
hgbot   
2020-09-01 16:05   
Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/135 [^]
(0122515)
hgbot   
2020-09-01 16:07   
Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: 77186d682632cd2a36dee46acf50491a08ef0fd3
Author: Cristian Berner <cristian.berner@openbravo.com>
Date: 2020-09-01T16:03:40+02:00
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/77186d682632cd2a36dee46acf50491a08ef0fd3 [^]

Related to ISSUE-44952: Synchronize terminology after column removal

A column has been removed from AD_PROCESS but it was not synchronized to
remove the corresponding AD_ELEMENT record.

---
M src-db/database/sourcedata/AD_ELEMENT.xml
---
(0122516)
hgbot   
2020-09-01 16:07   
Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/135 [^]