Fix select2 in agent view

This commit is contained in:
Pablo Aragon 2024-04-08 15:59:22 +02:00
parent 8539d1d905
commit cce254209e
1 changed files with 5 additions and 0 deletions

View File

@ -1365,4 +1365,9 @@ html_print_div(
} }
$(document).ready(function () {
$('#module_action').select2('open');
$('#module_action').select2('close');
});
</script> </script>