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.
The server:
osTicket v1.17.2 // osTicket-1.17.2-Awesome-102
PHP 8.2.2 // MySQL 10.6.11 // Apache/2.4.55 (Debian) web server
As the name suggests I would like to know where the files responsible for the priority editor fly out/popup are located so I may edit them to either add additional levels (as 2-4 in our environment does not use them for normal high emergency) or at a minimum use the "Vanilla" fly out/popup editor as that uses a drop down menu instead of dedicated radio buttons.
in a similar vein, and I know this is not specific to the awesome theme, The location for where the files responsible for the sorting for priority would be nice to know as well. So I can add logic for the additional levels. Right now it seems to be filtering based on the names of the priority list instead of the order they are in the database.
For reference, This environment was previously on 1.8 and we just upgrade it to 1.17.2 this weekend. Not on osTicket Awesome mind you but on the normal instance. We got the Awesome theme after sorting out some missing tables (org's) and started adapting our changes to this instead. The custom CSS in the admin panel and the user.js file have been helpful so far
This was resolved by copying the file <osticket root folder>/osta/old/include/staff/templates/dynamic-form-simple.tmpl.php to <osticket root folder>/include/staff/templates/dynamic-form-simple.tmpl.php as the changes for priority's popup go back to that and copying it from vanilla version of OsTicket does about the same thing as manually changing the code in the file.
Also, after perusing the database visually, at some point OsTicket proper added a new column to the priority database for sorting the priorities independent of the number of the priority in the database. By updating all the priorities in the order, I want them I was able to fix sorting.