Project

General

Profile

Bug #93207

Updated by Simon Schaufelberger about 3 years ago

I noticed that handleErrors is called twice in Build/Sources/TypeScript/backend/Resources/Public/TypeScript/AjaxDataHandler.ts. 

 Once in AjaxDataHandler->initialize and again in AjaxDataHandler->process. 

 One of both should be removed. I believe removing the one in initialize makes more sense as the one in process will also get called when deleting a record.

Back