AT Reference Browser Widget 1.7 (Dec 13, 2006)

A small feature release, improving the support for some special field implementations.

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

Available downloads

Change log

 * Now the popup also works for multiselect archetypes fields with the id
   content (see comments in referencebrowser_setReference).
   http://dev.plone.org/plone/ticket/5996
   [fRiSi]

 * The widget now tries to sort references on their `order` attribute which
   only exists for orderablereferencefield references. (therefore the
   tal:on-error). This solves http://dev.plone.org/plone/ticket/5995 but could
   be relaced by a condition such as widget/isOrderable as proposed in #5995.
   [fRiSi]

 * Fixed simple TAL markup bug which prevented show_review_state from working.
   This closes http://dev.plone.org/plone/ticket/5924.
   [hannosch]