mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 21:10:38 +03:00
M: Do not reset order after inline synthesis
Some checks failed
Backend CI / build (3.12) (push) Has been cancelled
Some checks failed
Backend CI / build (3.12) (push) Has been cancelled
This commit is contained in:
parent
f3ffa8bd2b
commit
ef877703bb
|
@ -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