Skip to content

Commit

Permalink
Merge pull request #43 from smillidge/master
Browse files Browse the repository at this point in the history
Fix for GLASSFISH-21018
  • Loading branch information
smillidge committed Oct 28, 2014
2 parents 3a1eaf3 + 7c0955c commit 3614e8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
setSessionAttribute(key="#{pageSession.tabSetName}" value="batchConfig");
createMap(result="#{pageSession.attrsMap}")
mapPut(map="#{pageSession.attrsMap}" key="target" value="#{pageSession.encodedTarget}");
gf.restRequest(endpoint="#{sessionScope.REST_URL}/list-batch-runtime-configuration" method="GET" result="#{requestScope.resp}");
gf.restRequest(endpoint="#{sessionScope.REST_URL}/list-batch-runtime-configuration?target=#{pageSession.target}" method="GET" result="#{requestScope.resp}");
setPageSessionAttribute(key="valueMap", value="#{requestScope.resp.data.extraProperties.listBatchRuntimeConfiguration}");
mapPut(map="#{pageSession.valueMap}" key="target" value="#{pageSession.encodedTarget}");
/>
Expand Down

0 comments on commit 3614e8c

Please sign in to comment.