chg: [analyst-data:add] Fixed non-focusable relationship dropdown search field

pull/9606/head
Sami Mokaddem 2024-03-04 15:28:57 +01:00
parent 242cfb192a
commit 1c7121b881
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 1 additions and 0 deletions

View File

@ -214,6 +214,7 @@ if (!$ajax) {
$('#RelationshipRelationshipType').val($('#pickerRelationshipTypeSelect').val()); $('#RelationshipRelationshipType').val($('#pickerRelationshipTypeSelect').val());
$(that).popover('hide') $(that).popover('hide')
}); });
$('#genericModal').attr('tabindex', '')
}); });
} }
<?php endif; ?> <?php endif; ?>