'My Requests' widget (cloned version) cannot be updatedDescriptionMy Requests widget is a read-only widget.After cloning this widget, it isn't possible to make changes to the cloned version.An error is thrown under 'Client Controller'"Could not save record because of a compile error: JavaScript parse error at line (92) column (22) problem = invalid property id (<refname>; line 92)"Steps to Reproduce 1. Go to My Requests widget/sp_widget.do?sys_id=8cc0df25875023000f220cf888cb0bb52. Clone the widget3. Make some changes in the cloned widget and SaveActual result:The record cannot be saved.An error is thrown under 'Client Controller'"Could not save record because of a compile error: JavaScript parse error at line (92) column (22) problem = invalid property id (<refname>; line 92)"Expected result:Record can be savedWorkaroundAfter cloning the My Requests widget customer can make the following change to the cloned widget to avoid JS error in 'Client Controller'Modify the lineclass: 'btn-danger',to 'class': 'btn-danger',NOTE: Any customisations should be done to the cloned widget because upgrades will be skipped if we edit OOB version of the sp_widget record.Related Problem: PRB1758896