mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Show Quick Asset details when clicking on a connected asset also when you click on asset in document details
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user