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.
Hi all,
For the purpose of a streamlined workflow. We want to add the "Add organisation" button to the ticket view template.
I have succeeded in adding the link but for some reason i cant seem to get the AJAX request working.
I have already done the following things:
- Included the organisations class file to the ticket class file
- Updatet ajax.tickets.php and added the updateOrg function to it
- Edited the ajax.php to include the updateOrg function selector to the /tickets pattern
But even though i have tried this the button still appends the "#tickets/65/org" to the end of the URL instead of making an AJAX call.
My gut tells me that this is because i have set the pattern incorrectly in the ajax.php file but i cant seem to figure out how i can get the ajax call to go out.
Maybe im overcomplicating something here which prevents me from seeing the bigger picture.
Can anyone help me out adding this functionality to the ticketview? Below is a screenshot of the button im trying to add for context. Hopefully someone can help me out!
