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:
Manish Verma
2018-09-18 16:14:44 +05:30
committed by Manish Verma
parent bacb5137da
commit 190f6500c2
4 changed files with 15 additions and 11 deletions

View File

@@ -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',
];