Openbravo Issue Tracking System - Openbravo ERP |
| View Issue Details |
|
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0038350 | Openbravo ERP | A. Platform | public | 2018-04-12 13:21 | 2018-06-06 12:38 |
|
| Reporter | jarmendariz | |
| Assigned To | jarmendariz | |
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | |
| Platform | | OS | 5 | OS Version | |
| Product Version | | |
| Target Version | | Fixed in Version | 3.0PR18Q3 | |
| 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 | 0038350: Unmark "In development" modules when instance purpose is set to Production |
| Description | Once an Openbravo instance is registered and set its purpose to Production, all modules marked as "In development" should be unmarked.
Also the system should prevent setting a module as "In development" once it is in production.
See http://wiki.openbravo.com/wiki/Projects:Unmark_Development_Modules_in_Production_instances [^] |
| Steps To Reproduce | See above |
| Proposed Solution | |
| Additional Information | |
| Tags | No tags attached. |
| Relationships | | related to | design defect | 0037510 | | closed | platform | Should not be possible to have modules "in development" when instance purpose is "Production" |
|
| Attached Files | |
|
| Issue History |
| Date Modified | Username | Field | Change |
| 2018-04-12 13:21 | jarmendariz | New Issue | |
| 2018-04-12 13:21 | jarmendariz | Assigned To | => platform |
| 2018-04-12 13:21 | jarmendariz | OBNetwork customer | => No |
| 2018-04-12 13:21 | jarmendariz | Modules | => Core |
| 2018-04-12 13:21 | jarmendariz | Triggers an Emergency Pack | => No |
| 2018-04-12 13:21 | jarmendariz | Relationship added | related to 0037510 |
| 2018-04-12 13:21 | jarmendariz | Status | new => scheduled |
| 2018-04-12 13:22 | jarmendariz | Assigned To | platform => jarmendariz |
| 2018-04-18 16:48 | jarmendariz | Review Assigned To | => caristu |
| 2018-05-03 10:59 | hgbot | Checkin | |
| 2018-05-03 10:59 | hgbot | Note Added: 0104227 | |
| 2018-05-03 10:59 | hgbot | Status | scheduled => resolved |
| 2018-05-03 10:59 | hgbot | Resolution | open => fixed |
| 2018-05-03 10:59 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/3d4d46f2c9320cf6cd07d6292c705401e3379fa8 [^] |
| 2018-05-04 08:31 | caristu | Note Added: 0104263 | |
| 2018-05-04 08:31 | caristu | Status | resolved => closed |
| 2018-05-04 08:31 | caristu | Fixed in Version | => 3.0PR18Q3 |
| 2018-05-09 19:29 | hudsonbot | Checkin | |
| 2018-05-09 19:29 | hudsonbot | Note Added: 0104426 | |
| 2018-06-06 12:38 | hgbot | Checkin | |
| 2018-06-06 12:38 | hgbot | Note Added: 0104974 | |
|
Notes |
|
|
(0104227)
|
|
hgbot
|
|
2018-05-03 10:59
|
|
Repository: erp/devel/pi
Changeset: 3d4d46f2c9320cf6cd07d6292c705401e3379fa8
Author: Javier Armendáriz <javier.armendariz <at> openbravo.com>
Date: Thu May 03 10:58:06 2018 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/3d4d46f2c9320cf6cd07d6292c705401e3379fa8 [^]
Fixed issue 38350: Unmark in development modules in production instances
---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/window/ApplicationDictionaryCachedStructures.java
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/KernelApplicationInitializer.java
M src-db/database/model/triggers/AD_MODULE_TRG.xml
M src-db/database/sourcedata/AD_MESSAGE.xml
M src/org/openbravo/erpCommon/ad_forms/InstancePurpose.java
M src/org/openbravo/erpCommon/obps/ActiveInstanceProcess.java
---
|
|
|
|
|
|
|
|
|
|
|
|
(0104974)
|
|
hgbot
|
|
2018-06-06 12:38
|
|
Repository: tools/automation/int
Changeset: 9f32627b327336e1b2886139ba9d8f19586ff2f9
Author: Javier Armendáriz <javier.armendariz <at> openbravo.com>
Date: Tue Apr 24 10:22:50 2018 +0200
URL: http://code.openbravo.com/tools/automation/int/rev/9f32627b327336e1b2886139ba9d8f19586ff2f9 [^]
Related to issue 38350: Adding master data test to check development modules.
Adding tests ADMia/ADMib which checks that production instances cannot have
modules marked as In Development.
---
M src-test/com/openbravo/test/integration/erp/gui/applicationdictionary/module/ModuleTab.java
M src-test/com/openbravo/test/integration/erp/testscripts/applicationdictionary/module/Module.java
M src-test/com/openbravo/test/integration/erp/testsuites/smoke/masterdata/MasterDataSuite.java
A src-test/com/openbravo/test/integration/erp/testsuites/smoke/masterdata/ADMi_ActivateInstanceBaseTest.java
A src-test/com/openbravo/test/integration/erp/testsuites/smoke/masterdata/ADMi_DevelopmentModulesInProduction.java
A src-test/com/openbravo/test/integration/erp/testsuites/smoke/masterdata/ADMia_UnmarkDevelopmentModuleInProduction.java
A src-test/com/openbravo/test/integration/erp/testsuites/smoke/masterdata/ADMib_ProductionInstanceCannotHaveDevModules.java
---
|
|