BUG: DictionaryPresenter should override defaultModel...

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

BUG: DictionaryPresenter should override defaultModel...

Christopher J. Demers
The DictionaryPresenter should override defaultModel so it returns a
Dictionary rather than an OrderedCollection.  Otherwise an error occurs
because OrderedCollection does not understand associations.

Chris


Reply | Threaded
Open this post in threaded view
|

Re: DictionaryPresenter should override defaultModel...

Blair McGlashan-2
"Christopher J. Demers" <[hidden email]> wrote in
message news:bm4oj9$j046j$[hidden email]...
> The DictionaryPresenter should override defaultModel so it returns a
> Dictionary rather than an OrderedCollection.  Otherwise an error occurs
> because OrderedCollection does not understand associations.

Thanks Chris, recorded as #1342.

Regards

Blair