cisco-ip-phone-services-toolkit icon indicating copy to clipboard operation
cisco-ip-phone-services-toolkit copied to clipboard

Does not create menu/input item lists

Open lgangitano opened this issue 6 years ago • 0 comments

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.

lgangitano avatar Nov 22 '18 15:11 lgangitano