Security update
- Changes status change url method to post for preventing CSRF attacks for ticket status manipluation - Fixed delete forever functionality
This commit is contained in:

committed by
Manish Verma

parent
bacb5137da
commit
190f6500c2
@@ -1642,4 +1642,5 @@ return [
|
||||
'ticket_has_collaborator' => 'This ticket has collaborator(s)',
|
||||
'ticket_created_source' => 'This ticket is created via :source',
|
||||
'ticket-has-x-priority' => 'This ticket has :priority priority',
|
||||
'clean-forever' => 'delete permanently',
|
||||
];
|
||||
|
Reference in New Issue
Block a user