Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.6.1
-
Component/s: None
-
Labels:None
Description
To reproduce:
- Create a ticket assigned to a department
- Post an empty reply in the admin interface
- See error "Undefined property: stdClass::$custom_fields."
To fix, update plugins/support_manager/controllers/admin_tickets.php around lines 458 and 606 from:
$input_fields = $this->formatDepartmentCustomFields($department->fields, $vars->custom_fields);
To
$input_fields = $this->formatDepartmentCustomFields($department->fields, $vars->custom_fields ?? []);
Activity
Jonathan Reissmueller
created issue -
Jonathan Reissmueller
made changes -
Field | Original Value | New Value |
---|---|---|
Rank | Ranked higher |
Jonathan Reissmueller
made changes -
Sprint | 5.7.0 Sprint 3 [ 172 ] |
Jonathan Reissmueller
made changes -
Rank | Ranked higher |
Jonathan Reissmueller
made changes -
Sprint | 5.7.0 Sprint 3 [ 172 ] | 5.7.0 Sprint 3, 5.7.0 Sprint 4 [ 172, 173 ] |
Jonathan Reissmueller
made changes -
Rank | Ranked higher |
Jonathan Reissmueller
made changes -
Issue Type | Task [ 3 ] | Bug [ 1 ] |
Abdy Franco
made changes -
Assignee | Abdy Franco [ abdy ] |
Abdy Franco
made changes -
Status | Open [ 1 ] | In Progress [ 3 ] |
Abdy Franco
made changes -
Remaining Estimate | 0 minutes [ 0 ] | |
Time Spent | 1 hour, 45 minutes [ 6300 ] | |
Worklog Id | 16108 [ 16108 ] |
Abdy Franco
made changes -
Status | In Progress [ 3 ] | In Review [ 5 ] |
Resolution | Fixed [ 1 ] |
Jonathan Reissmueller
made changes -
Status | In Review [ 5 ] | Closed [ 6 ] |