error come out into console at the time of trying to delete specification attribute detail options

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 years ago
error come out into console at the time of trying to delete specification attribute detail options


i have attached error message with page as per below



https://prnt.sc/nh1ccd



Solution as below:-
open this view file (Presentation/Nop.Web/Areas/Admin/Views/SpecificationAttribute/_CreateOrUpdate.Options.cshtml)
comment below code from above view file:-
                              
 //requestEnd: function (e) {
                                //    if (e.type === "destroy") {
                                //        var grid = $("#specificationattributemappedproducts-grid").data('kendoGrid');
                                //        grid.dataSource.read();
                                //    }
                                //},
4 years ago
Thanks, Sangeet! Already fixed in 4.20
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.