Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0028867 | Openbravo ERP | A. Platform | public | 2015-02-04 17:43 | 2015-05-07 22:16 |
|
Reporter | caristu | |
Assigned To | NaroaIriarte | |
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | 3.0PR15Q3 | Fixed in Version | 3.0PR15Q3 | |
Merge Request Status | |
Review Assigned To | alostale |
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 | 0028867: Widget Menu Items functionality does not work at widget instance level |
Description | Widget Menu Items functionality does not work at widget instance level. Currently it is only possible to create a new menu entry for the parent Query/List widget and HTML widget. It would be nice if it would be possible to add a menu item at widget instance level. |
Steps To Reproduce | 1) Go to the [Widget] window
2) Create a new widget, set Query/List widget as the parent widget
3) Navigate to the [Widget Menu Items] tab
4) Add the recently created widget in the workspace. Notice that the new added menu entry is not shown. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | design defect | 0028865 | | new | AugustoMauch | Is not possible to modularize Widget Menu Items entries |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-02-04 17:43 | caristu | New Issue | |
2015-02-04 17:43 | caristu | Assigned To | => AugustoMauch |
2015-02-04 17:43 | caristu | Modules | => Core |
2015-02-04 17:43 | caristu | Triggers an Emergency Pack | => No |
2015-02-04 17:43 | caristu | Relationship added | related to 0028865 |
2015-02-04 17:44 | caristu | Issue Monitored: networkb | |
2015-02-09 10:14 | caristu | Resolution time | => 1429653600 |
2015-02-09 10:14 | caristu | Target Version | => 3.0PR15Q2 |
2015-02-09 10:15 | caristu | Type | feature request => defect |
2015-02-09 10:16 | alostale | Status | new => scheduled |
2015-02-09 10:16 | alostale | Assigned To | AugustoMauch => inigosanchez |
2015-02-09 10:16 | alostale | fix_in_branch | => pi |
2015-02-09 12:37 | alostale | Assigned To | inigosanchez => NaroaIriarte |
2015-02-19 14:46 | NaroaIriarte | fix_in_branch | pi => |
2015-02-19 14:46 | NaroaIriarte | Summary | Widget Menu Items functionality does not work ant widget instance level => Widget Menu Items functionality does not work at widget instance level |
2015-02-19 14:46 | NaroaIriarte | Description Updated | bug_revision_view_page.php?rev_id=7715#r7715 |
2015-02-23 13:30 | jonalegriaesarte | Target Version | 3.0PR15Q2 => 3.0PR15Q3 |
2015-04-21 15:48 | alostale | Review Assigned To | => alostale |
2015-04-21 17:41 | hgbot | Checkin | |
2015-04-21 17:41 | hgbot | Note Added: 0076667 | |
2015-04-21 17:41 | hgbot | Status | scheduled => resolved |
2015-04-21 17:41 | hgbot | Resolution | open => fixed |
2015-04-21 17:41 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/ceb90ebdebd2e195c308c7e900c927108abe3dc5 [^] |
2015-04-22 09:54 | alostale | Note Added: 0076678 | |
2015-04-22 09:54 | alostale | Status | resolved => closed |
2015-04-22 09:54 | alostale | Fixed in Version | => 3.0PR15Q3 |
2015-05-07 22:16 | hudsonbot | Checkin | |
2015-05-07 22:16 | hudsonbot | Note Added: 0077140 | |
Notes |
|
(0076667)
|
hgbot
|
2015-04-21 17:41
|
|
Repository: erp/devel/pi
Changeset: ceb90ebdebd2e195c308c7e900c927108abe3dc5
Author: Naroa Iriarte <naroa.iriarte <at> openbravo.com>
Date: Fri Feb 27 14:42:02 2015 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/ceb90ebdebd2e195c308c7e900c927108abe3dc5 [^]
Fixed issue 28867:It isn't possible to create Menu Items from Widget instances
At first it was possible to create a new menu item entry if the selected Widget was a parent Widget,
but it was not possible if the current widget was an instance of a parent Widget.
For example if you create a new entry in the Query/List widget it wold be possible and it would show in
the Menu Item list of any instance of that Widget. But if you choose a concrete widget which has a
superclass of the type Query/List, and create a new menu item, it would be not possible to display it in the widget.
As it was interesting to be able to add a menu item at widget instance level, the logic which handled this has been changed.
Now it takes into account if the instanciated widget has a menu item.
It is only possible to add functionality to those item menus with functions defined in the OBWidget.js
---
M modules/org.openbravo.client.myob/src/org/openbravo/client/myob/MyOBUtils.java
M modules/org.openbravo.client.myob/web/org.openbravo.client.myob/js/ob-widget.js
---
|
|
|
|
code reviewed
tested with menu item action both in widget and global |
|
|
|
|