Skip to content

Commit

Permalink
update getTagsAsAdmin to read url from tag attribute.
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Jun 5, 2021
1 parent 8126e07 commit 82ee3c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public static LinkedHashMap<String, Map<String, String>> getTagsAsAdmin(SlingScr
}

if (tagVM.containsKey(TAG_URL)) {
tagValues.put(TAG_URL, EMPTY);
tagValues.put(TAG_URL, tagVM.get(TAG_URL, ""));
}

if (locale != null) {
Expand Down

0 comments on commit 82ee3c0

Please sign in to comment.