Opened 13 years ago

Closed 13 years ago

#1644 closed task (fixed)

Cleanup recursive validation behaviour

Reported by: jng Owned by: jng
Priority: low Milestone: Maestro-3.0
Component: Maestro Version:
Severity: trivial Keywords:
Cc: External ID:

Description

The IResourceValidator interface offers the following validation API

ValidationIssue[] Validate(ResourceValidationContext context, IResource resource, bool recurse);

Depending on the implementation, the recurse parameter is being interpreted incorrectly.

The implementation behaviour should all be consistent which is to only validate dependent resources if the recurse flag is true

Change History (1)

comment:1 by jng, 13 years ago

Resolution: fixed
Status: newclosed

Fixed r5664

Note: See TracTickets for help on using tickets.