Skip to content

Commit

Permalink
Add node identifier parameter for xlst processing. Required in skin.x…
Browse files Browse the repository at this point in the history
…sl (#7454)
  • Loading branch information
josegar74 authored Nov 6, 2023
1 parent 6addecb commit abb4de0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ public XsltResponseWriter(String envTagName, String serviceName) {
gui.addContent(new Element("nodeUrl").setText(settingManager.getNodeURL()));
gui.addContent(new Element("baseUrl").setText(settingManager.getBaseURL()));
gui.addContent(new Element("serverUrl").setText(settingManager.getServerURL()));
gui.addContent(new Element("nodeId").setText(settingManager.getNodeId()));
// TODO: set language based on header
gui.addContent(new Element("language").setText("eng"));

Expand Down

0 comments on commit abb4de0

Please sign in to comment.