N°2847 Fix Activity new entry form caselog picker disappearing after submitting once

This commit is contained in:
Stephen Abello
2020-10-09 09:26:22 +02:00
parent b25a6a2f04
commit 2ae50dfb06

View File

@@ -257,7 +257,6 @@ class PopoverMenuFactory
$sCaseLogAttCode,
$sCaseLogLabel,
<<<JS
$('#$sMenuId').hide();
$(this).parents('[data-role="ibo-activity-new-entry-form--action-buttons--right-actions"]').trigger('submit', ['caselog', '$sCaseLogAttCode']);
JS
));