Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#1680 closed task (fixed)

Define extension points for item overview validators

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 validation rules to the item overview.

Change History (4)

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 [6047]) References #1680: Define extension points for item overview validators

Add 'net.sf.basedb.util.overview.validator' and 'net.sf.basedb.util.overview.validationrule' as an extension points. NodeValidatorAction is the action interface that should be impemented validtion code and ValidationRuleAction should be implemented by validation rule definitions. A side-effect is that most places that use a Validator item now should use a ValidationRuleAction instead.

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 [6088]) References #1680 and #1681. Added filter so that disabled extensions are not used.

Note: See TracTickets for help on using tickets.