Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0027083 | Openbravo ERP | B. User interface | public | 2014-07-15 15:59 | 2014-08-08 18:54 |
|
Reporter | dbaz | |
Assigned To | dbaz | |
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR14Q4 | |
Merge Request Status | |
Review Assigned To | alostale |
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 | 0027083: clientClass should be more customizable |
Description | clientClass items should be more customizable
Right now it cannot be specified:
* cellAlign
* canSort
* canFilter
* filterEditorType
* editorType
Even more, in the case of a clientClass in a field with an associated column, the filterEditorType at this moment is overwritten to "TextItem", where probably it would be more interesting inherint the one coming from the own reference, and in case it should be overwritten, have a mechanism for doing it |
Steps To Reproduce | As "Openbravo Admin" go to grid view of "Sales Order" and note that "Delivery Status" and "Invoice Status" columns, have a pure-white background input in the filter row, while other elements have a more greenish background. Also, if you write anything in their filters, the value entered is ignored. This is because the filterEditorType has been overwritten to "TextItem" |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-07-15 15:59 | dbaz | New Issue | |
2014-07-15 15:59 | dbaz | Assigned To | => dbaz |
2014-07-15 15:59 | dbaz | OBNetwork customer | => No |
2014-07-15 15:59 | dbaz | Modules | => Core |
2014-07-15 15:59 | dbaz | Triggers an Emergency Pack | => No |
2014-07-15 16:00 | dbaz | Review Assigned To | => alostale |
2014-07-15 16:03 | dbaz | Description Updated | bug_revision_view_page.php?rev_id=6051#r6051 |
2014-07-15 16:03 | dbaz | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=6053#r6053 |
2014-07-15 16:05 | hgbot | Checkin | |
2014-07-15 16:05 | hgbot | Note Added: 0068644 | |
2014-07-15 16:05 | hgbot | Status | new => resolved |
2014-07-15 16:05 | hgbot | Resolution | open => fixed |
2014-07-15 16:05 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/e057b2048ddd59d678f4ae20015f4eb884b70baa [^] |
2014-07-21 15:02 | alostale | Note Added: 0068765 | |
2014-07-21 15:02 | alostale | Status | resolved => closed |
2014-07-21 15:02 | alostale | Fixed in Version | => 3.0PR14Q4 |
2014-07-30 01:38 | hgbot | Checkin | |
2014-07-30 01:38 | hgbot | Note Added: 0068964 | |
2014-08-08 18:53 | hudsonbot | Checkin | |
2014-08-08 18:53 | hudsonbot | Note Added: 0069163 | |
2014-08-08 18:54 | hudsonbot | Checkin | |
2014-08-08 18:54 | hudsonbot | Note Added: 0069235 | |
Notes |
|
(0068644)
|
hgbot
|
2014-07-15 16:05
|
|
Repository: erp/devel/pi
Changeset: e057b2048ddd59d678f4ae20015f4eb884b70baa
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Tue Jul 15 16:04:57 2014 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/e057b2048ddd59d678f4ae20015f4eb884b70baa [^]
Fixed issue 27083: Extended capabilities of 'clientClass' fields:
* Now the 'filterEditorType' is inherited from the parent reference instead of hardcode it to 'TextItem'
* 'cellAlign' can be overwritten by specifying it in the clientClass widget
* 'canSort' can be overwritten by specifying it in the clientClass widget
* 'canFilter' can be overwritten by specifying it in the clientClass widget
* 'filterEditorType' can be overwritten by specifying it in the clientClass widget
* 'editorType' can be overwritten by specifying it in the clientClass widget
---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/window/OBViewFieldHandler.java
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-grid.js
---
|
|
|
|
|
|
(0068964)
|
hgbot
|
2014-07-30 01:38
|
|
Repository: erp/devel/pi
Changeset: 7ad630b1df1f129b00f4cf29ee3ce7bb716e5707
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Wed Jul 30 01:37:56 2014 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/7ad630b1df1f129b00f4cf29ee3ce7bb716e5707 [^]
Related to issue 27083, Related to issue 27085, Related to issue 26635:
* Now clientClass OBGridFromButton used as editorType doesn't span the row width
* 'isShownInGridEdit' now it works ok in grid view (pick and execute grids still pending)
* 'canEdit' can be overwritten by specifying it in the clientClass widget
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-canvas.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-grid.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
---
|
|
|
|
|
|
|
|