Show Quick Asset details when clicking on a connected asset also when you click on asset in document details

This commit is contained in:
johnnyq
2025-02-21 18:22:14 -05:00
parent 94ff910564
commit 87779e5c10
4 changed files with 25 additions and 6 deletions

View File

@@ -35,7 +35,7 @@ $(document).on('click', '[data-toggle="ajax-modal"]', function (e) {
}
// Create a modal ID by appending the ajaxId.
var modalId = 'ajaxModal_' + ajaxId;
var modalId = 'ajaxModal_' + ajaxId + '_' + new Date().getTime();
// Remove any existing modal with this ID.
$('#' + modalId).remove();