mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
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:
4
ajax.php
4
ajax.php
@@ -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']);
|
||||
|
||||
Reference in New Issue
Block a user