Cheddam / SwitchFlit

A plug-and-play quick-switch UI for SilverStripe DataObjects.
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

Allow custom query on DataObject #4

Closed Cheddam closed 8 years ago

Cheddam commented 8 years ago

Currently SwitchFlit pulls all rows from the specified DataObject, and there is no option to filter this.

We should look at introducing custom querying, either via config or a function on the DataObject itself.

Cheddam commented 8 years ago

Create new interface for this, extending SwitchFlitable.