Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0030286 | Openbravo ERP | A. Platform | public | 2015-06-30 09:25 | 2015-08-20 23:16 |
|
Reporter | caristu | |
Assigned To | caristu | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR15Q4 | |
Merge Request Status | |
Review Assigned To | alostale |
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 | 0030286: Add ability to determine if modulescripts should be executed depending on a particular module version |
Description | http://wiki.openbravo.com/wiki/Projects:Modulescripts_ERP_Version_Update_Expose [^] |
Steps To Reproduce | . |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0030459 | 3.0PR15Q4 | closed | caristu | Not possible to configure properly a modulescript to be executed twice or more times during install.source | related to | feature request | 0030515 | | closed | inigosanchez | Add ability to determine if build validations should be executed depending on a particular module version | blocks | feature request | 0030396 | 3.0PR15Q4 | closed | aferraz | Review modulescripts performance |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-06-30 09:25 | caristu | New Issue | |
2015-06-30 09:25 | caristu | Assigned To | => caristu |
2015-06-30 09:25 | caristu | Modules | => Core |
2015-06-30 09:25 | caristu | Triggers an Emergency Pack | => No |
2015-07-21 08:46 | caristu | Review Assigned To | => alostale |
2015-07-21 08:46 | caristu | Issue Monitored: alostale | |
2015-07-21 08:47 | hgbot | Checkin | |
2015-07-21 08:47 | hgbot | Note Added: 0078987 | |
2015-07-21 08:47 | hgbot | Status | new => resolved |
2015-07-21 08:47 | hgbot | Resolution | open => fixed |
2015-07-21 08:47 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/dbsm-main/rev/579b82cafcd87b016778d02160c3cf8e6731637c [^] |
2015-07-21 09:00 | hgbot | Checkin | |
2015-07-21 09:00 | hgbot | Note Added: 0078988 | |
2015-07-21 12:38 | aferraz | Relationship added | blocks 0030396 |
2015-07-21 13:01 | alostale | Note Added: 0079008 | |
2015-07-21 13:01 | alostale | Status | resolved => closed |
2015-07-21 13:01 | alostale | Fixed in Version | => 3.0PR15Q4 |
2015-07-30 10:53 | caristu | Relationship added | related to 0030459 |
2015-08-07 10:41 | aferraz | Relationship added | related to 0030515 |
2015-08-20 23:16 | hudsonbot | Checkin | |
2015-08-20 23:16 | hudsonbot | Note Added: 0079501 | |
Notes |
|
(0078987)
|
hgbot
|
2015-07-21 08:47
|
|
Repository: erp/devel/dbsm-main
Changeset: 579b82cafcd87b016778d02160c3cf8e6731637c
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Tue Jul 21 08:46:53 2015 +0200
URL: http://code.openbravo.com/erp/devel/dbsm-main/rev/579b82cafcd87b016778d02160c3cf8e6731637c [^]
Fixes issue 30286: Adapt DBSourceManager to get versions in ModuleScriptHandler
---
M src/org/openbravo/ddlutils/task/AlterDatabaseDataAll.java
M src/org/openbravo/ddlutils/task/AlterDatabaseDataMod.java
M src/org/openbravo/ddlutils/task/ImportSampledata.java
M src/org/openbravo/ddlutils/util/DBSMOBUtil.java
---
|
|
|
(0078988)
|
hgbot
|
2015-07-21 09:00
|
|
Repository: erp/devel/pi
Changeset: 538992966e3397c819e5fbd72ad6bf1bd555efcb
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Tue Jul 21 08:59:53 2015 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/538992966e3397c819e5fbd72ad6bf1bd555efcb [^]
Related to issue 30286: Modulescript ERP Version Update Expose Project
---
M src-core/src/org/openbravo/modulescript/ModuleScript.java
M src-core/src/org/openbravo/modulescript/ModuleScriptHandler.java
M src-db/database/lib/dbsourcemanager.jar
M src-test/src/org/openbravo/test/AllAntTaskTests.java
A src-core/src/org/openbravo/modulescript/ModuleScriptExecutionLimits.java
A src-core/src/org/openbravo/modulescript/OpenbravoVersion.java
A src-test/src/org/openbravo/test/modularity/ModuleScriptsVersions.java
R src-util/modulescript/src/org/openbravo/modulescript/OpenbravoVersion.java
---
|
|
|
|
|
|
|
|