DestroyUI causes an error message in firefox

Calling DestroyUI (closing any form) cause the following mesage to appear in the console:

May be this is related to the fact that the DestroyUI is a GET request and it does not return anything? It is also a little strange that it is a GET request because it appears to change state on the server.

This message only pops up in firefox. But even there everything seem sto work just fine. So the problem is just the message appearing.

1 Like

this seems to be a problem in the firefox not related to the DestroyUi call. Type of the call was changed to POST because it seemed more appropriate beacuse state on the server is changed and nothing is returned.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.