Skip to content

Commit

Permalink
Merge pull request #1090 from KevinVdV/DS-2780
Browse files Browse the repository at this point in the history
[DS-2780] Fix XMLUI advanced policies page
  • Loading branch information
tdonohue committed Oct 2, 2015
2 parents d69f00f + c7d19a6 commit 4813565
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2191,7 +2191,7 @@ function doAuthorizeContainer(containerType, containerID)
}
else if (cocoon.request.get("submit_edit") && cocoon.request.get("policy_id")) {
// Edit an existing policy
var policyID = UUID.fromString(cocoon.request.get("policy_id"));
var policyID = cocoon.request.get("policy_id");
result = doEditPolicy(containerType,containerID,policyID);
highlightID = policyID;
}
Expand Down

0 comments on commit 4813565

Please sign in to comment.