Bug, probably regression, in PluggableLookupTable

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Bug, probably regression, in PluggableLookupTable

Chris Uppal-3
Grrr....  I've just spent hours trying to find what was wrong with my code...

When you STB a PluggableLookupTable it discards its #searchPolicy and reverts
to being an EqualitySearchPolicy.

So if you have a PluggableLookupTable used somewhere in a view resource, it
fails subtly.

I'm sure I've reported this before, and I /thought/ it had been fixed.

    -- chris


Reply | Threaded
Open this post in threaded view
|

Re: Bug, probably regression, in PluggableLookupTable

Blair McGlashan-3
"Chris Uppal" <[hidden email]> wrote in message
news:421e35ce$0$38041$[hidden email]...

> Grrr....  I've just spent hours trying to find what was wrong with my
> code...
>
> When you STB a PluggableLookupTable it discards its #searchPolicy and
> reverts
> to being an EqualitySearchPolicy.
>
> So if you have a PluggableLookupTable used somewhere in a view resource,
> it
> fails subtly.
>
> I'm sure I've reported this before, and I /thought/ it had been fixed.

Sorry Chris. You have reported this before (it was recorded as #1133 in
January 2003), but it has not yet been fixed.

Regards

Blair