Skip to content

Commit

Permalink
applyDefinitions before classification. just to be sure that everythi…
Browse files Browse the repository at this point in the history
…ng is in order (MID-7236)
  • Loading branch information
katkav committed Sep 29, 2021
1 parent 1fc7172 commit 5ec7d7b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ void destroy() {
.addParam("resource", resource)
.build();
try {
provisioningService.applyDefinition(combinedObject, task, parentResult); //To be sure that everything is in order (MID-7236)
return doClassify(combinedObject, resource, task, result);
} catch (Throwable t) {
result.recordFatalError(t);
Expand Down

0 comments on commit 5ec7d7b

Please sign in to comment.