Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0014046 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] Z. Others | minor | have not tried | 2010-07-26 13:23 | 2010-12-16 22:15 | |||
Reporter | shuehner | View Status | public | |||||
Assigned To | mtaal | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | pi | |||
Status | closed | Fix in branch | Fixed in SCM revision | . | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | 2.50 | SCM revision | ||||||
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. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0029558) shuehner (administrator) 2010-07-26 13:27 |
Relevant sc forum post about the changed default filterEditor: http://forums.smartclient.com/showthread.php?t=11605&highlight=AdvancedCriteria [^] |
(0033068) mtaal (viewer) 2010-12-08 11:18 |
This has been resolved with the introduction of the UIDefinition concept. See the org.openbravo.client.kernel.reference package in the kernel module |
(0033156) shuehner (administrator) 2010-12-14 11:52 |
New UIDefinition classes allow for specifying filterEditor. |
![]() |
|||
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 |
Copyright © 2000 - 2009 MantisBT Group |