Have you checked these first?
Help us help you: include your environment details. We've made this easy for you. Use the Copy System Info button in Admin Panel › osAwesome › Diagnostics, then paste below.
Note: Never paste the contents of your ost-config.php file here; it holds your database credentials.
Two quick checks before posting: try clearing your browser cache, and press SHIFT+O on any Staff Panel page to enter Safe Mode (a stock osTicket with no enhancements). If the problem still shows in Safe Mode, it's in osTicket itself, not osTicket Awesome. But let us know about the issue either way.
Help us help you: include your environment details. We've made this easy for you. Use the Copy System Info button in Admin Panel › osAwesome › Diagnostics, then paste below.
This forum is public. Never post order numbers, full license keys, email addresses, or payment details.
This is the place for general questions about how billing and licensing work — renewals, activation, staging slots, plan differences, and what happens when a license lapses.
For anything tied to your specific account, refund, or payment, contact us directly instead.
osTicket v1.14.2 // osTicket-1.14.2-Awesome-102
PHP 7.3.18 // MySQL 10.3.23 // Apache web server
No me permite editar los campos personalizados de los tickets. Abre la liga , pero no muestra el recuadro para editar

Same Problem here 🙂
osTicket v1.14.2 // osTicket-1.14.2-Awesome-102
PHP 7.0.33-0ubuntu0.16.04.14 // MySQL 5.7.30 // Apache/2.4.18 (Ubuntu) web server
best regards
Yikes.
Please open /include/staff/ticket-view.inc.php in a text editor and change line 1000 from
<a class="inline-edit" data-placement="bottom" data-toggle="tooltip" title="<?php echo __('Update'); ?>"
to
<a class="ticket-action inline-edit" data-placement="bottom" data-toggle="tooltip" title="<?php echo __('Update'); ?>"
Abra /include/staff/ticket-view.inc.php en un editor de texto y cambie la línea 1000 de
<a class="inline-edit" data-placement="bottom" data-toggle="tooltip" title="<?php echo __('Update'); ?> "
a
<a class="ticket-action inline-edit" data-placement="bottom" data-toggle="tooltip" title="<?php echo __('Update'); ?>"
Thanks! that worked fine!
Thank you! that worked for me too
On osTicket 1.14.3
You have to edit this to fix it
a class="inline-edit" data-placement="bottom" data-toggle="tooltip" title="<?php echo $title;
to
a class="ticket-action inline-edit" data-placement="bottom" data-toggle="tooltip" title="<?php echo __('Update');
The solution worked for me too! Thanks!