Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#1681 closed task (fixed)

Define extension points for item overview loaders

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: major Milestone: BASE 3.2
Component: core Version:
Keywords: Cc:

Description

For some projects it can be useful to be able to add more loader implementations to the item overview. This would make it possible to extend the tree with more items.

Change History (5)

comment:1 by Nicklas Nordborg, 12 years ago

Owner: changed from everyone to Nicklas Nordborg
Status: newassigned

comment:2 by Nicklas Nordborg, 12 years ago

(In [6046]) References #1681: Define extension points for item overview loaders

Add 'net.sf.basedb.util.overview.loader' as an extension point. ChildNodeLoaderAction is the action interface that should be impemented by extension code.

comment:3 by Nicklas Nordborg, 12 years ago

Resolution: fixed
Status: assignedclosed

(In [6048]) Fixes #1680 and #1681. Documented the new extension points.

comment:4 by Nicklas Nordborg, 12 years ago

(In [6078]) References #1681: Define extension points for item overview loaders

Fixed a NullPointerException when trying to load child nodes of a folder node that doesn't have any.

comment:5 by Nicklas Nordborg, 12 years ago

(In [6088]) References #1680 and #1681. Added filter so that disabled extensions are not used.

Note: See TracTickets for help on using tickets.