Recurring tickets

- Reword some areas to better separate recurring and scheduled tickets.
- Fix bulk actions not doing anything due to form name mismatch
This commit is contained in:
Marcus Hill
2024-02-12 22:17:05 +00:00
parent 85f55a629b
commit 2c7b65dad2
9 changed files with 38 additions and 40 deletions

View File

@@ -351,9 +351,9 @@ if (isset($_GET['share_generate_link'])) {
}
/*
* Looks up info for a given scheduled ticket ID from the database, used to dynamically populate modal edit fields
* Looks up info for a given recurring (was scheduled) ticket ID from the database, used to dynamically populate modal edit fields
*/
if (isset($_GET['scheduled_ticket_get_json_details'])) {
if (isset($_GET['recurring_ticket_get_json_details'])) {
validateTechRole();
$client_id = intval($_GET['client_id']);