Fix up URLs for untouched elements when generating

This commit is contained in:
Grahame Grieve 2023-03-29 15:02:45 +11:00
parent 7928c858bb
commit 77e771af2a
1 changed files with 1 additions and 0 deletions

View File

@ -725,6 +725,7 @@ public class ProfilePathProcessor {
outcome.setPath(profileUtilities.fixedPathDest(getContextPathTarget(), outcome.getPath(), getRedirector(), getContextPathSource())); outcome.setPath(profileUtilities.fixedPathDest(getContextPathTarget(), outcome.getPath(), getRedirector(), getContextPathSource()));
profileUtilities.updateFromBase(outcome, currentBase, getSourceStructureDefinition().getUrl()); profileUtilities.updateFromBase(outcome, currentBase, getSourceStructureDefinition().getUrl());
profileUtilities.updateConstraintSources(outcome, getSourceStructureDefinition().getUrl()); profileUtilities.updateConstraintSources(outcome, getSourceStructureDefinition().getUrl());
profileUtilities.updateURLs(url, webUrl, outcome);
profileUtilities.markDerived(outcome); profileUtilities.markDerived(outcome);
if (cursors.resultPathBase == null) if (cursors.resultPathBase == null)
cursors.resultPathBase = outcome.getPath(); cursors.resultPathBase = outcome.getPath();