Opened 13 years ago

Closed 12 years ago

#301 closed defect (worksforme)

WFSFilterBuilder - WFSSearch breaks when ux not included

Reported by: adube Owned by: fgagnon
Priority: minor Milestone: 1.2.0
Component: widgets Version:
Keywords: Cc:

Description

The inclusion of the Ext.ux.grid.Search widget is not covered by the WFSFilterBuilder widget printWidgetSource template. The GeoExt.ux.WFSSearch widget extends from this class and is instanced without checking first if the Ext.ux.grid.Search exists, thus throwing a javascript error.

So, currently, the WFSFitlerBuilder widget must include it else it fails to load, which is an issue.

Change History (2)

comment:1 by adube, 13 years ago

Milestone: 1.2.0

Since the only project currently using this widget always include the Ext.ux.grid.Search source, it's not really a big issue, so I'm marking this one for 1.2.

comment:2 by adube, 12 years ago

Resolution: worksforme
Status: newclosed

The widget now automatically loads the library as described in #330, so the issue no longer exists.

Note: See TracTickets for help on using tickets.