| Q | A
| --- | ---
| Sulu Version | 2.0.3, dev-master
| Browser Version | -
Section inside blocks currently crash on 2.0.3 on the frontend and on dev-master in the SchemaMetadata.
dev-master
Argument 1 passed to Sulu\Bundle\AdminBundle\Metadata\SchemaMetadata\SchemaMetadata::Sulu\Bundle\AdminBundle\Metadata\SchemaMetadata{closure}() must be an instance of Sulu\Bundle\AdminBundle\Metadata\SchemaMetadata\PropertyMetadata, array given
2.0.3
uncaught exception: Object
Properties not rendered.
Section should work also inside blocks. They are needed to control the grid better or structure the block content.
<block name="mytestblocks" default-type="my-test-type">
<types>
<type name="my-test-type">
<properties>
<section name="section1">
<properties>
<property name="test1" type="text_line" colspan="4">
<meta>
<title>Test1</title>
</meta>
</property>
<property name="test2" type="text_editor" colspan="4">
<meta>
<title>Test2</title>
</meta>
</property>
<property name="test3" type="text_line" colspan="4">
<meta>
<title>Test3</title>
</meta>
</property>
</properties>
</section>
<section name="section2">
<properties>
<property name="test4" type="text_line" colspan="4">
<meta>
<title>Test4</title>
</meta>
</property>
<property name="test5" type="text_editor" colspan="4">
<meta>
<title>Test5</title>
</meta>
</property>
<property name="test6" type="text_line" colspan="4">
<meta>
<title>Test6</title>
</meta>
</property>
</properties>
</section>
</properties>
</type>
</types>
</block>
If you have already ideas how to solve the issue, add them here.
(remove this section if not needed)
@alexander-schranz We decided to use the assignee when somebody really starts working on something. All of us have almost historic issues assigned, and we still don't feel responsible for them, therefore I would rather use the assignee option this way.
Can confirm the bug persists in 2.1.0 :/
This would be really nice to have
It allows:
Fixed in #5618
Most helpful comment
This would be really nice to have
It allows: