chg: [analyst-data:add] toggle sharing group input depending on the distribution setting

notes
Sami Mokaddem 2024-01-29 10:09:41 +01:00
parent 0c53d96d5d
commit ffdb21d58f
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 7 additions and 0 deletions

View File

@ -171,6 +171,13 @@ if (!$ajax) {
}
})
})
$(function() {
$('#NoteDistribution').change(function() {
checkSharingGroup('Note');
});
checkSharingGroup('Note');
});
</script>
<style>