AT Reference Browser Widget 2.0.4 (May 11, 2009)

Bug fix release

For additional information about this project, please visit the overview page .

Available downloads

Change log

2.0.4 - December 29, 2008
-------------------------

- The new property 'startup_directory_method' was used without guard. Since
  old instances in a migrated db wouldn't have this property, this would
  effectively block editing of nearly all ATContentTypes objects in an upgraded
  db. Fixes reopened http://dev.plone.org/plone/ticket/8347. [smcmahon]

- Fixed catalog search call, it should get the query as keywords, not a dict.
  This makes ATRBW work with collective.solr.
  [fschulze]