Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0010769 | Openbravo ERP | A. Platform | public | 2009-09-25 11:39 | 2012-03-02 15:38 |
|
Reporter | plujan | |
Assigned To | migueldejuana | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | main | |
Target Version | | Fixed in Version | 3.0MP9 | |
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 | 0010769: Module Management window typo on update scanning |
Description | If I have more than one update available (two for example), the message is "2 Update available" when it should be "2 updates available".
"U" of updates should be in lower case, and the word is "updates", not "update" since they are more than one. |
Steps To Reproduce | Go to Module Management window and scan for updates
There are more than one update. Look at the message in the yellow banner.
See attach. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | CMO_CoreUpdates.PNG (80,727) 2009-09-25 11:39 https://issues.openbravo.com/file_download.php?file_id=1790&type=bug

|
|
Issue History |
Date Modified | Username | Field | Change |
2009-09-25 11:39 | plujan | New Issue | |
2009-09-25 11:39 | plujan | Assigned To | => rafaroda |
2009-09-25 11:39 | plujan | File Added: CMO_CoreUpdates.PNG | |
2009-09-25 11:39 | plujan | OBNetwork customer | => No |
2009-09-29 23:13 | psarobe | Assigned To | rafaroda => alostale |
2009-09-29 23:13 | psarobe | Severity | trivial => minor |
2009-09-29 23:13 | psarobe | Status | new => scheduled |
2011-11-17 11:31 | guilleaer | Assigned To | alostale => guilleaer |
2012-02-15 16:33 | guilleaer | Assigned To | guilleaer => migueldejuana |
2012-02-16 18:19 | migueldejuana | Note Added: 0045203 | |
2012-02-22 10:40 | hgbot | Checkin | |
2012-02-22 10:40 | hgbot | Note Added: 0045339 | |
2012-02-22 10:40 | hgbot | Status | scheduled => resolved |
2012-02-22 10:40 | hgbot | Resolution | open => fixed |
2012-02-22 10:40 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/94ab687f1f98b5130ed9327f08ae6615387eb610 [^] |
2012-02-22 10:41 | alostale | Note Added: 0045340 | |
2012-02-22 10:41 | alostale | Status | resolved => closed |
2012-02-22 10:41 | alostale | Fixed in Version | => 3.0MP9 |
2012-03-02 15:38 | hudsonbot | Checkin | |
2012-03-02 15:38 | hudsonbot | Note Added: 0045920 | |
Notes |
|
|
I have changed ModuleManagement.java in order to show the next messages:
- Only 1 update available: "1 update available"
- More than 1: "X updates available"
Test plan:
* Go to Module Management window and scan for updates
* Put a breakpoint in 347 and change in runtime the value of 'total'--> 1,2 |
|
|
(0045339)
|
hgbot
|
2012-02-22 10:40
|
|
Repository: erp/devel/pi
Changeset: 94ab687f1f98b5130ed9327f08ae6615387eb610
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Thu Feb 16 17:25:51 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/94ab687f1f98b5130ed9327f08ae6615387eb610 [^]
Fixes issue 10769: Module Management window typo on update scanning resolved
---
M src-db/database/sourcedata/AD_MESSAGE.xml
M src/org/openbravo/erpCommon/ad_forms/ModuleManagement.java
---
|
|
|
|
Code reviewed and tested on pi@94ab687f1f98 |
|
|
|
|