fix mistake generating snapshots around element ids

This commit is contained in:
Grahame Grieve 2020-11-27 20:01:09 +11:00
parent 4ca9f89ebf
commit 4e88b02844
1 changed files with 1 additions and 1 deletions

View File

@ -5647,7 +5647,7 @@ public class ProfileUtilities extends TranslatingUtilities {
}
String bs = b.toString();
if (ed.hasId()) {
replacedIds.put(ed.getId(), bs);
replacedIds.put(ed.getId(), ed.getPath());
}
ed.setId(bs);
if (idList.containsKey(bs)) {