Skip to content

Commit

Permalink
Merge branch 'hotfix'
Browse files Browse the repository at this point in the history
  • Loading branch information
jimyhuang committed Nov 14, 2024
2 parents ebaf7c7 + 2540f97 commit 31f61b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/CRM/Group/Form/Edit.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ cj(document).ready( function($) {
});
$('#dialog-confirm-groupname').dialog('open');
}
else if(lastPublicSubsGroup && ($("#group_type\\\[2\\\]").prop('checked') === false || $("#visibility").val() === 'Public Pages')) {
else if(lastPublicSubsGroup && ($("#group_type\\\[2\\\]").prop('checked') === false || $("#visibility").val() !== 'Public Pages')) {
$("#dialog-confirm-disablesubs").dialog({
autoOpen: false,
resizable: false,
Expand Down

0 comments on commit 31f61b5

Please sign in to comment.