Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0044952 | Openbravo ERP | A. Platform | public | 2020-09-01 14:13 | 2020-09-03 06:54 |
|
Reporter | cberner | |
Assigned To | cberner | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | PR20Q4 | |
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 | 0044952: Fix added column in AD_PROCESS breaking CI |
Description | 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. |
Steps To Reproduce | in description |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | caused by | feature request | 0041484 | | closed | cberner | make job scheduling clusterizable |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2020-09-01 14:13 | cberner | New Issue | |
2020-09-01 14:13 | cberner | Assigned To | => cberner |
2020-09-01 14:13 | cberner | Modules | => Core |
2020-09-01 14:13 | cberner | Triggers an Emergency Pack | => No |
2020-09-01 14:17 | cberner | Status | new => scheduled |
2020-09-01 14:17 | cberner | Description Updated | bug_revision_view_page.php?rev_id=21590#r21590 |
2020-09-01 14:45 | hgbot | Note Added: 0122511 | |
2020-09-01 15:25 | hgbot | Note Added: 0122512 | |
2020-09-01 15:25 | hgbot | Resolution | open => fixed |
2020-09-01 15:25 | hgbot | Status | scheduled => closed |
2020-09-01 15:25 | hgbot | Fixed in Version | => PR20Q4 |
2020-09-01 15:25 | hgbot | Note Added: 0122513 | |
2020-09-01 16:05 | hgbot | Note Added: 0122514 | |
2020-09-01 16:07 | hgbot | Note Added: 0122515 | |
2020-09-01 16:07 | hgbot | Note Added: 0122516 | |
2020-09-03 06:53 | alostale | Relationship added | caused by 0041484 |
2020-09-03 06:53 | alostale | Relationship added | related to 0044963 |
2020-09-03 06:54 | alostale | Relationship deleted | related to 0044963 |
Notes |
|
(0122511)
|
hgbot
|
2020-09-01 14:45
|
|
|
|
(0122512)
|
hgbot
|
2020-09-01 15:25
|
|
|
|
(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
|
|
|
|
(0122515)
|
hgbot
|
2020-09-01 16:07
|
|
|
|
(0122516)
|
hgbot
|
2020-09-01 16:07
|
|
|