Openbravo Issue Tracking System - Openbravo ERP | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0014046 | Openbravo ERP | Z. Others | public | 2010-07-26 13:23 | 2010-12-16 22:15 |
Reporter | shuehner | ||||
Assigned To | mtaal | ||||
Priority | urgent | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Platform | OS | 5 | OS Version | ||
Product Version | 2.50 | ||||
Target Version | Fixed in Version | pi | |||
Merge Request Status | |||||
Review Assigned To | |||||
OBNetwork customer | No | ||||
Web browser | |||||
Modules | Smartclient | ||||
Support ticket | |||||
Regression level | |||||
Regression date | |||||
Regression introduced in release | |||||
Regression introduced by commit | |||||
Triggers an Emergency Pack | No | ||||
Summary | 0014046: Research how to set filterEditor (Classname) on (custom) type-level | ||||
Description | Background: Using smartclient8 nightly build uses a different filterEditor-widget for date fields by default. This widget uses a different (advanced) datasource protocol not yet implemented in the DataSource backend. So until this backend-support is implemented we need to use the old filterEditor widget to be able to do test/use smartclient8 nightly builds. A prototype code to hardcode the date-types to the old widgets in the selector could be done like this: var dsType = this.dataSource.getField(gridField.name).type; if (dsType === 'org.openbravo.base.model.domaintype.DatetimeDomainType') { gridField.filterEditorType = 'DateTimeItem'; } else if (dsType === 'org.openbravo.base.model.domaintype.DateDomainType') { gridField.filterEditorType = 'DateItem'; } However doing this on the (custom) type definition level would be a better solution. | ||||
Steps To Reproduce | |||||
Proposed Solution | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2010-07-26 13:23 | shuehner | New Issue | |||
2010-07-26 13:23 | shuehner | Assigned To | => mtaal | ||
2010-07-26 13:23 | shuehner | OBNetwork customer | => No | ||
2010-07-26 13:27 | shuehner | Note Added: 0029558 | |||
2010-12-06 07:48 | alostale | Status | new => scheduled | ||
2010-12-08 11:18 | mtaal | Note Added: 0033068 | |||
2010-12-08 11:18 | mtaal | Status | scheduled => resolved | ||
2010-12-08 11:18 | mtaal | Fixed in Version | => pi | ||
2010-12-08 11:18 | mtaal | Fixed in SCM revision | => . | ||
2010-12-08 11:18 | mtaal | Resolution | open => fixed | ||
2010-12-14 11:52 | shuehner | Note Added: 0033156 | |||
2010-12-14 11:52 | shuehner | Status | resolved => closed | ||
2010-12-16 22:15 | anonymous | sf_bug_id | 0 => 3138776 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|