[FIX] helpdesk_request_type: corrected bug on attachments in new ticket form #1
Reference in New Issue
Block a user
No description provided.
Delete Branch "correct-bug-about-attachments"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The param
max_upload_sizewas missing when renderinghelpdesk_mgmt.portal_create_ticket. Instead of added it, I've overloaded the response fromhelpdesk_mgmtcreate_new_ticket.I wonder if it was on purpose that the behavior on categories was modified @stephansainleger.
Before my changes, we load all the active categories
After my changes, the categories loaded are those linked to a company
Also, it seems
helpdesk_portal_ticket_priority_formcan now work alongside the modulehelpdesk_request_type(they both change the route/new/ticket)Local Test OK