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:
parent
3abd19cc4d
commit
52abef6f2c
|
@ -936,6 +936,8 @@ public class ProfilePathProcessor {
|
||||||
profileUtilities.removeStatusExtensions(outcome);
|
profileUtilities.removeStatusExtensions(outcome);
|
||||||
} else if (!diffMatches.get(0).hasSliceName()) {
|
} else if (!diffMatches.get(0).hasSliceName()) {
|
||||||
diffMatches.get(0).setUserData(profileUtilities.UD_GENERATED_IN_SNAPSHOT, outcome); // because of updateFromDefinition isn't called
|
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);
|
debugCheck(outcome);
|
||||||
|
|
Loading…
Reference in New Issue