FileManager: Event's action is "load" instead of "move" (AJAX)

When dragging a file to another directory on the left panel send a “load” action instead of a “move”. Sometimes a “move” is send with right information.

Hi,

FileManager does not send requests with “load” action. However, in case of error response FileManager load its data. Could you provide more details about the issue ?

When I load a JSON from a WebServer (TomEE), if a choose a file in a sub-folder on the right panel and drag that file on another directory in the left panel, I receive a “load” instead of “move” command. Because of that, I return a new JSON but it has no effect (no change) AND the file is moved in the new directory of the file manager (but not on the server because it did not receive the “move” command"). If there is an error, do not know which one and why in that case the file is moved in the File Manager?