From 099efe8557b1c6c512c18d1c9de2b68d26f29359 Mon Sep 17 00:00:00 2001 From: corsac Date: Mon, 20 May 2024 16:08:56 +0100 Subject: [PATCH] Records: fix tile display with typeaheads with values --- dt-assets/js/details.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dt-assets/js/details.js b/dt-assets/js/details.js index 28532ca3c1..f52d0fc14e 100644 --- a/dt-assets/js/details.js +++ b/dt-assets/js/details.js @@ -716,6 +716,11 @@ jQuery(document).ready(function ($) { // If available, display item status colours within labels set_item_label_status(this); + + //make sure tiles are displayed correctly + if (this.items.length) { + window.masonGrid.masonry('layout'); + } }, onClick: function (node, a, item, event) { $(`#${field_id}-spinner`).addClass('active');