Opened 12 years ago

Closed 11 years ago

Last modified 11 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 Changed 12 years ago by Nicklas Nordborg

Owner: changed from everyone to Nicklas Nordborg
Status: newassigned

comment:2 Changed 11 years ago by Nicklas Nordborg

(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 Changed 11 years ago by Nicklas Nordborg

Resolution: fixed
Status: assignedclosed

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

comment:4 Changed 11 years ago by Nicklas Nordborg

(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 Changed 11 years ago by Nicklas Nordborg

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

Note: See TracTickets for help on using tickets.