Auto-update extension min- slicing + fix handling of summary extension + update markdown element url handling + update url detection in markdown

This commit is contained in:
Grahame Grieve 2023-06-21 09:20:35 +10:00
parent 3abd19cc4d
commit 52abef6f2c
1 changed files with 2 additions and 0 deletions

View File

@ -936,6 +936,8 @@ public class ProfilePathProcessor {
profileUtilities.removeStatusExtensions(outcome);
} else if (!diffMatches.get(0).hasSliceName()) {
diffMatches.get(0).setUserData(profileUtilities.UD_GENERATED_IN_SNAPSHOT, outcome); // because of updateFromDefinition isn't called
} else {
outcome.setUserData("auto-added-slicing", true);
}
debugCheck(outcome);