Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0014431Openbravo ERPA. Platformpublic2010-09-03 18:292010-09-15 00:00
psarobe 
alostale 
urgentmajoralways
closedfixed 
5
main 
2.50MP22 
Core
No
0014431: Info pop-up message not correct under some circunstances
When you try enable a disable module, the info message is not correct in the following scenario. See the steps to reproduce

MP21
See attach
1. Login as Openbravo/openbravo
2. Active an instance
3. Install IDL module through obx file. But install the version 1.1.2
4. Rebuild
5. Disable the module and deactivate de instance
6. Try to enable the module. Is says that you need a basic license and that's wrong

It seems that since that version does not have defined the tier level it takes bu default tier 1
talk with ICI
No tags attached.
png license.PNG (22,325) 2010-09-03 18:29
https://issues.openbravo.com/file_download.php?file_id=3026&type=bug
png

patch 14431.patch (626) 2010-09-09 10:02
https://issues.openbravo.com/file_download.php?file_id=3060&type=bug
Issue History
2010-09-03 18:29psarobeNew Issue
2010-09-03 18:29psarobeAssigned To => alostale
2010-09-03 18:29psarobeFile Added: license.PNG
2010-09-03 19:14psarobeStatusnew => scheduled
2010-09-03 19:14psarobefix_in_branch => pi
2010-09-09 10:02alostaleFile Added: 14431.patch
2010-09-09 10:03alostaleNote Added: 0030884
2010-09-13 08:11hgbotCheckin
2010-09-13 08:11hgbotNote Added: 0030962
2010-09-13 08:11hgbotStatusscheduled => resolved
2010-09-13 08:12hgbotResolutionopen => fixed
2010-09-13 08:12hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/4c5b4bd34325e3ca56003ded4729d77a7f3f6b26 [^]
2010-09-13 12:39hudsonbotCheckin
2010-09-13 12:39hudsonbotNote Added: 0030982
2010-09-14 12:51marvintmNote Added: 0031032
2010-09-14 12:51marvintmStatusresolved => closed
2010-09-15 00:00anonymoussf_bug_id0 => 3066289

Notes
(0030884)
alostale   
2010-09-09 10:03   
Now in case tier is not set in the obx (old obx do not have tier) it is assuming tier 1.

Proposed fix assumes tier 2 as it is more restrictive. Pending to be confirmed.
(0030962)
hgbot   
2010-09-13 08:11   
Repository: erp/devel/pi
Changeset: 4c5b4bd34325e3ca56003ded4729d77a7f3f6b26
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Mon Sep 13 08:11:39 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/4c5b4bd34325e3ca56003ded4729d77a7f3f6b26 [^]

fixed bug 14431: Default tier 2 for commercial modules of old obx files

---
M src/org/openbravo/erpCommon/modules/ImportModule.java
---
(0030982)
hudsonbot   
2010-09-13 12:39   
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated:

Changeset: http://code.openbravo.com/erp/devel/main/rev/4c5b4bd34325 [^]
Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/256d276a675a [^]
Tests: http://builds.openbravo.com/view/int/ [^]
OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.18371.obx [^]
(0031032)
marvintm   
2010-09-14 12:51   
Verified that the correct message is shown when installing a professional module from an obx which doesn't have tier defined.