M: Do not reset order after inline synthesis
Some checks failed
Backend CI / build (3.12) (push) Has been cancelled

This commit is contained in:
Ivan 2024-10-03 10:22:48 +03:00
parent f3ffa8bd2b
commit ef877703bb

View File

@ -640,8 +640,6 @@ def inline_synthesis(request: Request) -> HttpResponse:
PropagationFacade.before_substitute(receiver, substitutions)
receiver.substitute(substitutions)
receiver.restore_order()
return Response(
status=c.HTTP_200_OK,
data=s.RSFormParseSerializer(receiver.model).data