M: Do not reset order after inline synthesis
This commit is contained in:
parent
26265707a6
commit
0d11ddb68f
|
@ -640,8 +640,6 @@ def inline_synthesis(request: Request) -> HttpResponse:
|
||||||
PropagationFacade.before_substitute(receiver, substitutions)
|
PropagationFacade.before_substitute(receiver, substitutions)
|
||||||
receiver.substitute(substitutions)
|
receiver.substitute(substitutions)
|
||||||
|
|
||||||
receiver.restore_order()
|
|
||||||
|
|
||||||
return Response(
|
return Response(
|
||||||
status=c.HTTP_200_OK,
|
status=c.HTTP_200_OK,
|
||||||
data=s.RSFormParseSerializer(receiver.model).data
|
data=s.RSFormParseSerializer(receiver.model).data
|
||||||
|
|
Loading…
Reference in New Issue
Block a user