Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0014046
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] Z. Othersminorhave not tried2010-07-26 13:232010-12-16 22:15
ReportershuehnerView Statuspublic 
Assigned Tomtaal 
PriorityurgentResolutionfixedFixed in Versionpi
StatusclosedFix in branchFixed in SCM revision.
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product Version2.50SCM revision 
Merge Request Status
Review Assigned To
OBNetwork customerNo
Web browser
ModulesSmartclient
Support ticket
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0014046: Research how to set filterEditor (Classname) on (custom) type-level

DescriptionBackground:
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.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(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.

- 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


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker