Merge pull request #6886 from sboursen-scinote/sb_SCI-9948

Fix issues with relationships columns in inventory table [SCI-9948]
This commit is contained in:
ajugo 2024-01-05 16:41:12 +01:00 committed by GitHub
commit 2020a8ce17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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>