Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0010898 | Openbravo ERP | Z. Others | public | 2009-10-07 13:59 | 2009-10-23 00:01 |
|
Reporter | shuehner | |
Assigned To | alostale | |
Priority | immediate | Severity | critical | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
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 | 0010898: Api check build 165 fails |
Description | This api check build fails:
http://builds.openbravo.com/job/erp_devel_pi-module-integrity-test/165/console [^]
org.openbravo.erpCommon.obps:
Missing
method org.openbravo.erpCommon.obps.ActivationKey.getSubscribedModules(boolean): missing in /var/www/localhost/htdocs/japi/165
method org.openbravo.erpCommon.obps.ActivationKey.isModuleSubscribed(java.lang.String, boolean): missing in /var/www/localhost/htdocs/japi/165
|
Steps To Reproduce | |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0010822 | | closed | alostale | Message displayed when module license is over or not yet started is not correct |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2009-10-07 13:59 | shuehner | New Issue | |
2009-10-07 13:59 | shuehner | Assigned To | => alostale |
2009-10-07 13:59 | shuehner | OBNetwork customer | => No |
2009-10-07 14:01 | shuehner | Note Added: 0020847 | |
2009-10-07 14:01 | shuehner | Relationship added | related to 0010822 |
2009-10-07 15:22 | alostale | Note Added: 0020851 | |
2009-10-07 15:22 | alostale | Assigned To | alostale => pjuvara |
2009-10-09 09:24 | psarobe | Status | new => scheduled |
2009-10-09 09:24 | psarobe | fix_in_branch | => pi |
2009-10-13 07:16 | pjuvara | Note Added: 0020946 | |
2009-10-13 07:16 | pjuvara | Assigned To | pjuvara => alostale |
2009-10-13 09:48 | hgbot | Checkin | |
2009-10-13 09:48 | hgbot | Note Added: 0020960 | |
2009-10-13 09:48 | hgbot | Status | scheduled => resolved |
2009-10-13 09:48 | hgbot | Resolution | open => fixed |
2009-10-13 09:48 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/api-checks/rev/6fa216c45a88df4db87e789bc3e7283048de126f [^] |
2009-10-22 09:06 | psarobe | Status | resolved => closed |
2009-10-23 00:01 | anonymous | sf_bug_id | 0 => 2884256 |
Notes |
|
|
Change introduce by thsi changeset:
changeset: 5170:d54363bb8b4a
user: Asier Lostalé <asier.lostale@openbravo.com>
date: Wed Oct 07 09:35:37 2009 +0200
files: src-db/database/sourcedata/AD_TEXTINTERFACES.xml src/org/openbravo/erpCommon/ad_forms/ModuleManagement.java src/org/openbravo/erpCommon/ad_forms/ModuleManagement_ErrorCommercial.html src/org/openbravo/erpCommon/ad_forms/ModuleManagement_ErrorCommercial.xml src/org/openbravo/erpCommon/obps/ActivationKey.java
description:
fixed bug 0010822: Message displayed when module license is over or not yet started is not correct |
|
|
|
This API breakage solves issue 0010822.
When checking the commercial modules an instance is subscribed to, it just checked whether the module was currently accessible thus the isModuleSubscribed method returned a boolean but it did not distinguish if the module was not available because it was not subscribed or because the license was expired or not active yet. Now this method returns the actual status for the module, therefore it cannot be a boolean value.
Apart of this, this method is very unlikely to be used by any module since it just check if a module is registered for an instance, so I don't think this change add any risk. |
|
|
|
Exception approved. Please document with an alert. |
|
|
(0020960)
|
hgbot
|
2009-10-13 09:48
|
|
|