Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0037501 | Openbravo ERP | A. Platform | public | 2017-12-16 18:28 | 2018-02-22 18:18 |
|
Reporter | shuehner | |
Assigned To | jarmendariz | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR18Q2 | |
Merge Request Status | |
Review Assigned To | caristu |
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 | 0037501: About popup shows hg revision id of core repo which is not useful and should be removed. |
Description | Issue 37500 tracks removal of running 'hg id' during build.
The About popup is one of the few places using that information to show hg commit it (of core repo).
As that is not useful anyway (because of modules) that should be removed as a blocker for removal of calling 'hg id'. |
Steps To Reproduce | - |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | depends on | defect | 0037770 | | closed | alostale | API change: some removals in very old and obsolete code | blocks | feature request | 0037500 | | closed | shuehner | Stop running 'hg id' during ant tasks (install.source & compilation) |
|
Attached Files | bug-37501.patch (3,668) 2018-01-04 11:11 https://issues.openbravo.com/file_download.php?file_id=11418&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2017-12-16 18:28 | shuehner | New Issue | |
2017-12-16 18:28 | shuehner | Assigned To | => platform |
2017-12-16 18:28 | shuehner | Modules | => Core |
2017-12-16 18:28 | shuehner | Triggers an Emergency Pack | => No |
2017-12-16 18:28 | shuehner | Relationship added | blocks 0037500 |
2017-12-21 09:17 | caristu | Assigned To | platform => jarmendariz |
2017-12-21 09:17 | caristu | Status | new => acknowledged |
2018-01-03 12:10 | jarmendariz | Status | acknowledged => scheduled |
2018-01-04 11:11 | jarmendariz | File Added: bug-37501.patch | |
2018-01-04 11:11 | jarmendariz | File Added: bug-37501-remove-versionId.patch | |
2018-01-04 11:13 | jarmendariz | Review Assigned To | => caristu |
2018-01-22 11:45 | caristu | File Deleted: bug-37501-remove-versionId.patch | |
2018-01-22 11:57 | hgbot | Checkin | |
2018-01-22 11:57 | hgbot | Note Added: 0101832 | |
2018-01-22 11:57 | hgbot | Status | scheduled => resolved |
2018-01-22 11:57 | hgbot | Resolution | open => fixed |
2018-01-22 11:57 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/d92f078ccb580e680c46613defbd98ff07624dd1 [^] |
2018-01-22 11:59 | hgbot | Checkin | |
2018-01-22 11:59 | hgbot | Note Added: 0101833 | |
2018-01-22 12:03 | caristu | Note Added: 0101834 | |
2018-01-22 12:03 | caristu | Status | resolved => closed |
2018-01-22 12:03 | caristu | Fixed in Version | => 3.0PR18Q2 |
2018-01-22 13:10 | hgbot | Checkin | |
2018-01-22 13:10 | hgbot | Note Added: 0101838 | |
2018-01-30 12:59 | alostale | Relationship added | depends on 0037770 |
2018-01-30 13:03 | hgbot | Checkin | |
2018-01-30 13:03 | hgbot | Note Added: 0102050 | |
2018-02-22 18:18 | hudsonbot | Checkin | |
2018-02-22 18:18 | hudsonbot | Note Added: 0102673 | |
2018-02-22 18:18 | hudsonbot | Checkin | |
2018-02-22 18:18 | hudsonbot | Note Added: 0102674 | |
2018-02-22 18:18 | hudsonbot | Checkin | |
2018-02-22 18:18 | hudsonbot | Note Added: 0102676 | |
2018-02-22 18:18 | hudsonbot | Checkin | |
2018-02-22 18:18 | hudsonbot | Note Added: 0102695 | |
Notes |
|
(0101832)
|
hgbot
|
2018-01-22 11:57
|
|
Repository: erp/devel/pi
Changeset: d92f078ccb580e680c46613defbd98ff07624dd1
Author: Javier Armendáriz <javier.armendariz <at> openbravo.com>
Date: Thu Jan 04 11:04:20 2018 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/d92f078ccb580e680c46613defbd98ff07624dd1 [^]
Fixes bug 37501: Remove hg revision reference in About screen.
Removed all references to current hg revision in About screen, so this won't appear on the About popup.
---
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
---
|
|
|
(0101833)
|
hgbot
|
2018-01-22 11:59
|
|
|
|
|
Code reviewed + tested OK. |
|
|
(0101838)
|
hgbot
|
2018-01-22 13:10
|
|
|
|
(0102050)
|
hgbot
|
2018-01-30 13:03
|
|
Repository: erp/devel/pi
Changeset: 83aa5e45d4c8d5b81143e10d3b07651acf9fc66e
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Sat Dec 16 18:40:56 2017 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/83aa5e45d4c8d5b81143e10d3b07651acf9fc66e [^]
related to issue 37501. Removed not used OBVersion.getVersionId method
Showing hg id output alone of core repo is not useful nowadays as there are
many modules present in any typical install.
Remove that output as preparation to fix 37500 issue.
---
M src/org/openbravo/erpCommon/utility/OBVersion.java
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|