Fix issues with relationships columns in inventory table [SCI-9948]

This commit is contained in:
sboursen-scinote 2024-01-05 10:40:12 +01:00
parent 67ea1b15fe
commit e62a4a60ad
2 changed files with 2 additions and 2 deletions

View file

@ -271,7 +271,7 @@ $.fn.dataTable.render.defaultRepositoryStockConsumptionValue = function() {
$.fn.dataTable.render.RelationshipValue = function(data, row) {
return `<a
style="text-decoration: none !important;"
class="relationships-info-link !text-sn-science-blue !no-underline pl-4"
class="relationships-info-link !text-sn-blue !no-underline pl-4"
href=${row.recordInfoUrl}>
${data}
</a>`;

View file

@ -26,7 +26,7 @@
<% end %>
<th id="row-id"><%= t("repositories.table.id") %></th>
<th id="row-name"><%= t("repositories.table.row_name") %></th>
<th id="relationship"><%= t("repositories.table.relationship") %></th>
<th id="relationship"><%= t("repositories.table.relationships") %></th>
<th id="added-on"><%= t("repositories.table.added_on") %></th>
<th id="added-by"><%= t("repositories.table.added_by") %></th>
<th id="archived-on"><%= t("repositories.table.archived_on") %></th>