Opened 14 years ago
Closed 14 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
Note:
See TracTickets
for help on using tickets.
Fixed r5664