From 03649bda148a068637fdbf66f8ee7dfd49a4671d Mon Sep 17 00:00:00 2001 From: elena Date: Thu, 12 Apr 2018 14:42:37 +0300 Subject: [PATCH] class fields order removed --- Web-documentation/blocks/class-body.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web-documentation/blocks/class-body.html.twig b/Web-documentation/blocks/class-body.html.twig index 368c53b..e750ad3 100644 --- a/Web-documentation/blocks/class-body.html.twig +++ b/Web-documentation/blocks/class-body.html.twig @@ -14,7 +14,7 @@
Описание
Обязательность
- {% for field in structure.allFieldsOrdered -%} + {% for field in structure.allFieldsUnordered -%} {%- include 'field-row.html.twig' with { field: field, objectsLinks: objectsLinks,