cisco-ip-phone-services-toolkit
cisco-ip-phone-services-toolkit copied to clipboard
Does not create menu/input item lists
Hi,
The fix for the escape function in 90f9e1dac348f53eeb45017f0f91234d80771151 breaks the template rendering for pages that have items list (CiscoIPPhoneMenu, CiscoIPPhoneInput) that are not matched by
if isinstance(v, str)
You should add recursive escaping to handle such cases.