Hi, I would like to know where you hide this part in the latest two updates, where I could manually change the default setting so that internal notes are not created, but emails are sent instead.
In version 25.09.2, it was in /var/www/***/user/ticket.php and started on line 603.
<div class="form-group">
<div class="btn-group btn-block btn-group-toggle" data-toggle="buttons">
<label class="btn btn-outline-info">
<input type="radio" name="public_reply_type" value="0" >Internal Note
</label>
<label class="btn btn-outline-secondary active">
<input type="radio" name="public_reply_type" value="2" checked>Public Comment & Email
</label>
<label class="btn btn-outline-info">
<input type="radio" name="public_reply_type" value="1">Public Comment
</label>
</div>
</div>