Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0021353 | Openbravo ERP | A. Platform | public | 2012-08-13 11:31 | 2012-08-16 13:29 |
|
Reporter | marvintm | |
Assigned To | AugustoMauch | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0MP14 | Fixed in Version | 3.0MP14 | |
Merge Request Status | |
Review Assigned To | guilleaer |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | Pre packaging ( pi ) |
Regression date | 2012-07-27 |
Regression introduced in release | |
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/7d6793ea45f158c6415b97648a4c3a28887419d7 [^] |
Triggers an Emergency Pack | No |
|
Summary | 0021353: When a widget has a mandatory parameter without default value, it's not shown in the "Add widgets" combo |
Description | If a widget has a mandatory parameter without a default value, it's not added to the "Add widgets" combo in the Workspace, and the user cannot add it. |
Steps To Reproduce | - Install pi.
- Verify that the "User defined HTML widget" widget cannot be added to the workspace. In MP13 and earlier versions, this was possible. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0020870 | 3.0MP14 | closed | AugustoMauch | Error when adding widget with admin others |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2012-08-13 11:31 | marvintm | New Issue | |
2012-08-13 11:31 | marvintm | Assigned To | => AugustoMauch |
2012-08-13 11:31 | marvintm | Modules | => Core |
2012-08-13 11:31 | marvintm | OBNetwork customer | => No |
2012-08-13 11:34 | marvintm | Regression level | => Pre packaging ( pi ) |
2012-08-13 11:34 | marvintm | Regression date | => 2012-07-27 |
2012-08-13 11:34 | marvintm | Regression introduced by commit | => 7d6793ea45f158c6415b97648a4c3a28887419d7 |
2012-08-13 11:54 | AugustoMauch | Regression introduced by commit | 7d6793ea45f158c6415b97648a4c3a28887419d7 => https://code.openbravo.com/erp/devel/pi/rev/7d6793ea45f158c6415b97648a4c3a28887419d7 [^] |
2012-08-13 13:29 | AugustoMauch | Relationship added | related to 0020870 |
2012-08-13 13:30 | AugustoMauch | Note Added: 0051256 | |
2012-08-13 14:02 | hgbot | Checkin | |
2012-08-13 14:02 | hgbot | Note Added: 0051259 | |
2012-08-13 14:02 | hgbot | Status | new => resolved |
2012-08-13 14:02 | hgbot | Resolution | open => fixed |
2012-08-13 14:02 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/4bdcd0a296e2081bfa9112da074902dd8182eb88 [^] |
2012-08-14 14:26 | AugustoMauch | Note Added: 0051289 | |
2012-08-14 14:26 | AugustoMauch | Status | resolved => new |
2012-08-14 14:26 | AugustoMauch | Resolution | fixed => open |
2012-08-14 14:26 | AugustoMauch | Closed by | => migueldejuana |
2012-08-14 14:26 | AugustoMauch | Issue Monitored: AugustoMauch | |
2012-08-14 14:26 | AugustoMauch | Status | new => scheduled |
2012-08-14 14:26 | AugustoMauch | fix_in_branch | => pi |
2012-08-14 14:26 | AugustoMauch | Note Added: 0051290 | |
2012-08-14 14:26 | AugustoMauch | Status | scheduled => resolved |
2012-08-14 14:26 | AugustoMauch | Resolution | open => fixed |
2012-08-16 13:29 | guilleaer | Closed by | migueldejuana => guilleaer |
2012-08-16 13:29 | guilleaer | Note Added: 0051323 | |
2012-08-16 13:29 | guilleaer | Status | resolved => closed |
2012-08-16 13:29 | guilleaer | Fixed in Version | => 3.0MP14 |
Notes |
|
|
The widgets with mandatory parameters without a default value should only be filtered out when being added in the Admin Others section (see issue 20870). |
|
|
(0051259)
|
hgbot
|
2012-08-13 14:02
|
|
Repository: erp/devel/pi
Changeset: 4bdcd0a296e2081bfa9112da074902dd8182eb88
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Mon Aug 13 14:02:14 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/4bdcd0a296e2081bfa9112da074902dd8182eb88 [^]
Fixes issue 21353: Fixed wrong widget filtering
Widgets with mandatory parameters that did not have a default value were being filtered out always, when they should only be filtered out when using the Admin others functionality.
---
M modules/org.openbravo.client.myob/src/org/openbravo/client/myob/MyOpenbravoActionHandler.java
M modules/org.openbravo.client.myob/src/org/openbravo/client/myob/MyOpenbravoComponent.java
---
|
|
|
|
Issue reopened to enter Closed by field |
|
|
|
Issue reopened to enter Closed by field |
|
|
|
Code reviewed and tested in pi@cd2593599d45 |
|