Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0014086 | Openbravo ERP | A. Platform | public | 2010-07-29 12:15 | 2010-08-14 00:00 |
|
Reporter | alostale | |
Assigned To | alostale | |
Priority | urgent | Severity | major | Reproducibility | N/A |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 3.0RC1 | |
Target Version | 3.0RC2 | 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 | 0014086: Identify 3.0 instances in about box and in heartbeat. |
Description | About box and heartbeat should clearly identify instances in 3.0.
|
Steps To Reproduce | |
Proposed Solution | Create a new method to obtain instance version.
In case 3.0 template is installed, this should be used to show the version. Other case core should be used (as currently is done).
About box:
* Version is taken from 3.0 template if present, from core if not.
* Version ID is taken from core.
* Include license class (Basic, Standard). To be developed in licenses branch.
* Include list of installed modules
* Remove languages section |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-07-29 12:15 | alostale | New Issue | |
2010-07-29 12:15 | alostale | Assigned To | => alostale |
2010-07-29 12:15 | alostale | OBNetwork customer | => No |
2010-08-03 12:47 | alostale | Description Updated | bug_revision_view_page.php?rev_id=644#r644 |
2010-08-03 12:47 | alostale | Proposed Solution updated | |
2010-08-03 16:23 | hgbot | Checkin | |
2010-08-03 16:23 | hgbot | Note Added: 0029770 | |
2010-08-03 16:23 | hgbot | Status | new => resolved |
2010-08-03 16:23 | hgbot | Resolution | open => fixed |
2010-08-03 16:23 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/0db5542af927c642c36077ce62fe80052c3e139a [^] |
2010-08-05 09:16 | hudsonbot | Checkin | |
2010-08-05 09:16 | hudsonbot | Note Added: 0029801 | |
2010-08-11 09:29 | hgbot | Checkin | |
2010-08-11 09:29 | hgbot | Note Added: 0029879 | |
2010-08-12 21:11 | hudsonbot | Checkin | |
2010-08-12 21:11 | hudsonbot | Note Added: 0029924 | |
2010-08-13 15:32 | marvintm | Note Added: 0029957 | |
2010-08-13 15:32 | marvintm | Status | resolved => closed |
2010-08-14 00:00 | anonymous | sf_bug_id | 0 => 3044624 |
Notes |
|
(0029770)
|
hgbot
|
2010-08-03 16:23
|
|
Repository: erp/devel/pi
Changeset: 0db5542af927c642c36077ce62fe80052c3e139a
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Tue Aug 03 16:22:35 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/0db5542af927c642c36077ce62fe80052c3e139a [^]
fixed issue 14086: Identify 3.0 instances in about box and in heartbeat
About box now shows information about 3.0 template in case it is installed
this information is also send in the heartbeats.
---
M src-db/database/sourcedata/AD_TEXTINTERFACES.xml
M src/org/openbravo/erpCommon/ad_forms/About.html
M src/org/openbravo/erpCommon/ad_forms/About.java
M src/org/openbravo/erpCommon/ad_forms/About.xml
M src/org/openbravo/erpCommon/modules/ModuleTree_data.xsql
M src/org/openbravo/erpCommon/utility/SystemInfo.java
M src/org/openbravo/erpCommon/utility/SystemInfo_data.xsql
A src/org/openbravo/erpCommon/utility/OBVersion.java
R src/org/openbravo/erpCommon/ad_forms/About_data.xsql
---
|
|
|
|
|
|
(0029879)
|
hgbot
|
2010-08-11 09:29
|
|
Repository: erp/devel/pi
Changeset: deba37bbba9e1030b9de6f8b7446b74ca3b4de94
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Wed Aug 04 09:29:09 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/deba37bbba9e1030b9de6f8b7446b74ca3b4de94 [^]
[license] related to issue 14086: Show license edition in about box
---
M src-db/database/sourcedata/AD_MESSAGE.xml
M src/org/openbravo/erpCommon/ad_forms/About.java
M src/org/openbravo/erpCommon/obps/ActivationKey.java
---
|
|
|
|
|
|
|
Tested and it correctly shows the version of Core both with the template installed and without it, and also the rest of the information is correct. |
|