Skip to content

Commit

Permalink
N°7371 - Bug when saving public and private log at same time
Browse files Browse the repository at this point in the history
  • Loading branch information
accognet committed Dec 10, 2024
1 parent 261106f commit 6601aec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/layouts/activity-panel/activity-panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -935,6 +935,7 @@ $(function()
_SaveSubmitConfirmationPref: function()
{
// Note: We have to send the value as a string because of the API limitation
this.options.show_multiple_entries_submit_confirmation = false;
SetUserPreference('activity_panel.show_multiple_entries_submit_confirmation', 'false', true);
},
/**
Expand Down

0 comments on commit 6601aec

Please sign in to comment.