Skip to content

Commit

Permalink
[JENKINS-37276] Apply descriptorId as fingerprint to all honorOrder a…
Browse files Browse the repository at this point in the history
…nd oneEach elements not only to publishers
  • Loading branch information
raul-arabaolaza committed Oct 13, 2016
1 parent 3c17b50 commit 4842bdf
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -165,7 +165,7 @@ Behaviour.addLoadEvent(function(){
function child(v,i) {
var suffix=null;
var newKey=key;
if (v.getAttribute("name")=="publisher") {
if (v.parentNode.className && v.parentNode.className.indexOf("one-each")>-1 && v.parentNode.className.indexOf("honor-order")>-1) {
suffix = v.getAttribute("descriptorId").split(".").pop()
} else if (v.getAttribute("type")=="radio"){
suffix = v.value
Expand Down

0 comments on commit 4842bdf

Please sign in to comment.