Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0018207 | Openbravo ERP | B. User interface | public | 2011-08-04 19:45 | 2011-08-16 13:24 |
|
Reporter | dbaz | |
Assigned To | mtaal | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0MP4 | Fixed in Version | 3.0MP3 | |
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 | 0018207: [Personalize form layout] Widget item type in a form, is not shown |
Description | Widget item type in a form, is not shown |
Steps To Reproduce | Go to the "personalize form layout" of a window containing a widget type "field" (example: Business Partner).
Notice that in the personalize form layout window, the item is not shown (just the title if it has).
It difficults the user perspective to arrange the items. It should show at least an empty box with the size of the final widget that is going to be there. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2011-08-04 19:45 | dbaz | New Issue | |
2011-08-04 19:45 | dbaz | Assigned To | => mtaal |
2011-08-04 19:45 | dbaz | Modules | => Core |
2011-08-04 19:45 | dbaz | OBNetwork customer | => No |
2011-08-08 22:45 | hgbot | Checkin | |
2011-08-08 22:45 | hgbot | Note Added: 0040012 | |
2011-08-08 22:45 | hgbot | Status | new => resolved |
2011-08-08 22:45 | hgbot | Resolution | open => fixed |
2011-08-08 22:45 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/28b4d78a0c2a0738b665d08291d37cff751855d8 [^] |
2011-08-09 01:12 | dbaz | Note Added: 0040014 | |
2011-08-09 01:12 | dbaz | Status | resolved => new |
2011-08-09 01:12 | dbaz | Resolution | fixed => open |
2011-08-09 01:12 | dbaz | Priority | high => urgent |
2011-08-09 01:12 | dbaz | Severity | minor => major |
2011-08-09 11:09 | hgbot | Checkin | |
2011-08-09 11:09 | hgbot | Note Added: 0040030 | |
2011-08-09 11:09 | hgbot | Status | new => resolved |
2011-08-09 11:09 | hgbot | Resolution | open => fixed |
2011-08-09 11:09 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/28b4d78a0c2a0738b665d08291d37cff751855d8 [^] => http://code.openbravo.com/erp/devel/pi/rev/4e5cb026dd565ca4dc1187eaa0fc0c18e40f6fc5 [^] |
2011-08-09 12:13 | dbaz | Status | resolved => closed |
2011-08-09 12:13 | dbaz | Fixed in Version | => 3.0MP3 |
2011-08-16 13:23 | hudsonbot | Checkin | |
2011-08-16 13:23 | hudsonbot | Note Added: 0040195 | |
2011-08-16 13:24 | hudsonbot | Checkin | |
2011-08-16 13:24 | hudsonbot | Note Added: 0040202 | |
Notes |
|
(0040012)
|
hgbot
|
2011-08-08 22:45
|
|
Repository: erp/devel/pi
Changeset: 28b4d78a0c2a0738b665d08291d37cff751855d8
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Mon Aug 08 22:44:42 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/28b4d78a0c2a0738b665d08291d37cff751855d8 [^]
Fixes issue 18207: [Personalize form layout] Widget item type in a form, is not shown
Create a dummy canvas/label for the widget form item in preview mode
---
M modules/org.openbravo.client.myob/web/org.openbravo.client.myob/js/form/formitem/ob-formitem-widgetinform.js
---
|
|
|
(0040014)
|
dbaz
|
2011-08-09 01:12
|
|
Go to "Business Partner" window, where there is a 4-row widget.
Open layout personalization window
Select the item "Invoices to collect"
Change rowspan to "2"
Save
You can notice that the widget is gone, and you just see a frame instead.
Open layout personalization window again
Select the item "Invoices to collect"
Change rowspan to "4" (to restore its original value)
Save
You can notice that the widget is still gone, and you just see a frame instead.
Open layout personalization window again
Click the rubbish bin icon to delete all the changes
You can notice that the widget is still gone, and you just see a frame instead. So there is no way to restore the original widget. Due to that, issue priority has been increased. |
|
|
(0040030)
|
hgbot
|
2011-08-09 11:09
|
|
Repository: erp/devel/pi
Changeset: 4e5cb026dd565ca4dc1187eaa0fc0c18e40f6fc5
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Tue Aug 09 11:09:17 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/4e5cb026dd565ca4dc1187eaa0fc0c18e40f6fc5 [^]
Fixes issue 18207: [Personalize form layout] Widget item type in a form, is not shown
The previous change, changed the global properties, adapted to work locally
---
M modules/org.openbravo.client.myob/web/org.openbravo.client.myob/js/form/formitem/ob-formitem-widgetinform.js
---
|
|
|
|
|
|
|
|