Skip to content

Commit

Permalink
#25870 adding fix (#26013)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyDotcms committed Sep 8, 2023
1 parent 3f4c4a9 commit 159eed6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -682,7 +682,7 @@
var fieldCell = row.insertCell(row.cells.length);
fieldCell.innerHTML = <%= relationJsName%>EditRelatedContentWrap(
item,
<%= relationJsName %>_specialFields[fieldName] || item[fieldName] || "");
item[fieldName] || "");
}
});
}
Expand Down

0 comments on commit 159eed6

Please sign in to comment.