Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.7.0-b1
-
Component/s: Staff Interface
-
Labels:None
Description
When creating a service in the admin UI while using php 7.3, an error can occur regarding an undefined variable, "addons", in the confirmation step of AdminClients::renderServiceStep when passed to compact.
- Initialize the 'addons' variable prior to using it in compact
- Check that other variables used in compact calls are defined