Community
Participate
Working Groups
Copy the records HttpREST, HttpRequest, HttpResponse from the system parts eglx.http and generate them to JS. In HttpREST th eeze$$Clone method is not correct. Record field should be cloned not copied: ezert$$2.request = ezert$$1.request; ezert$$2.response = ezert$$1.response; Should be generated as: ezert$$2.request = ezert$$1.request.eze$$clone(); ezert$$2.response = ezert$$1.response.eze$$clone();
fixed
verified