Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0025741 | Openbravo ERP | A. Platform | public | 2014-02-14 14:22 | 2014-02-27 06:40 |
|
Reporter | jecharri | |
Assigned To | alostale | |
Priority | immediate | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0PR14Q2 | Fixed in Version | 3.0PR14Q2 | |
Merge Request Status | |
Review Assigned To | shankarb |
OBNetwork customer | OBPS |
Web browser | Google Chrome |
Modules | Core |
Support ticket | 26601 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0025741: Impossible to add the widget "User defined HTML Widget" |
Description | Impossible to add the widget "User defined HTML Widget" |
Steps To Reproduce | -Login to ERP
-Inside the workspace go to manage Workspace section
-Press in "Admin Others"
-Select a "level" and "value"
Try to add the widget "User defined HTML Widget"
You will see that sometimes does not appear and when it appears it is impossible to add with error
"Error occured: org.codehaus.jettison.json.JSONException: JSONObject["widgetClassName"] not found." |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0020870 | 3.0MP14 | closed | AugustoMauch | Error when adding widget with admin others | related to | defect | 0025759 | | acknowledged | Triage Platform Base | admin others widget doesn't save params 1st time | related to | defect | 0026396 | 3.0PR14Q2 | closed | alostale | When you check a role as "portal user" that role can not see the widgets |
|
Attached Files | error_trace.txt (11,812) 2014-02-14 14:22 https://issues.openbravo.com/file_download.php?file_id=6704&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2014-02-14 14:22 | jecharri | New Issue | |
2014-02-14 14:22 | jecharri | Assigned To | => AugustoMauch |
2014-02-14 14:22 | jecharri | File Added: error_trace.txt | |
2014-02-14 14:22 | jecharri | Web browser | => Google Chrome |
2014-02-14 14:22 | jecharri | Modules | => Core |
2014-02-14 14:22 | jecharri | OBNetwork customer | => Yes |
2014-02-14 14:22 | jecharri | Support ticket | => 26601 |
2014-02-14 14:22 | jecharri | Resolution time | => 1392678000 |
2014-02-14 14:22 | jecharri | Triggers an Emergency Pack | => No |
2014-02-14 14:25 | AugustoMauch | Assigned To | AugustoMauch => shankarb |
2014-02-18 15:27 | alostale | Relationship added | related to 0020870 |
2014-02-18 16:27 | alostale | Assigned To | shankarb => alostale |
2014-02-18 16:34 | alostale | Note Added: 0064324 | |
2014-02-18 16:38 | alostale | Review Assigned To | => shankarb |
2014-02-18 16:38 | alostale | Web browser | Google Chrome => Google Chrome |
2014-02-18 16:40 | hgbot | Checkin | |
2014-02-18 16:40 | hgbot | Note Added: 0064325 | |
2014-02-18 16:40 | hgbot | Status | new => resolved |
2014-02-18 16:40 | hgbot | Resolution | open => fixed |
2014-02-18 16:40 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/6e74c0a22769f683ae89bf41ea6fd591bef2dc12 [^] |
2014-02-18 16:51 | alostale | Relationship added | related to 0025759 |
2014-02-19 15:12 | hudsonbot | Checkin | |
2014-02-19 15:12 | hudsonbot | Note Added: 0064365 | |
2014-02-27 06:40 | shankarb | Note Added: 0064639 | |
2014-02-27 06:40 | shankarb | Status | resolved => closed |
2014-02-27 06:40 | shankarb | Fixed in Version | => 3.0MP32 |
2014-04-28 11:33 | alostale | Relationship added | related to 0026396 |
Notes |
|
|
There are 2 problems:
1. There is a cache of available widgets which is correctly updated and retrieves different widgets in own workspace and when administrating others. This cache should be reflected in the widget drop down list, but it is not correctly updated. So currently, with Openbravo user, group admin role:
a. If 1st add widget is opened and later admin others User Defined HTML widget is shown though it doesn't work when admin others.
b. If 1st is opened admin others, the widget doesn't appear, but it doesn't appear when going back to standard workspace.
2. When fixing issue 0020870, widgets with mandatory parameters without default value were removed from admin others widget list (User Defined HTML widget is one of these)
Proposed solution is to fix both issues.
Test plan includes no regression for issue 0020870 |
|
|
(0064325)
|
hgbot
|
2014-02-18 16:40
|
|
Repository: erp/devel/pi
Changeset: 6e74c0a22769f683ae89bf41ea6fd591bef2dc12
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Tue Feb 18 16:39:11 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/6e74c0a22769f683ae89bf41ea6fd591bef2dc12 [^]
fixed bug 25741: widget admin failed in some circumstances
---
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
M modules/org.openbravo.client.myob/web/org.openbravo.client.myob/js/ob-myopenbravo.js
---
|
|
|
|
|
|
(0064639)
|
shankarb
|
2014-02-27 06:40
|
|
Code reviewed and verified in pi changeset b2b40bda6f96. |
|