Skip to content

Commit 1dca70a

Browse files
committed
Merge remote-tracking branch 'origin/5.4' into 6.2
* origin/5.4: [Workflow] Cleaning code
2 parents 194813a + d3b06ce commit 1dca70a

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Resources/config/schema/symfony-1.0.xsd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,8 +402,6 @@
402402

403403
<xsd:simpleType name="marking_store_type">
404404
<xsd:restriction base="xsd:string">
405-
<xsd:enumeration value="multiple_state" />
406-
<xsd:enumeration value="single_state" />
407405
<xsd:enumeration value="method" />
408406
</xsd:restriction>
409407
</xsd:simpleType>

Tests/DependencyInjection/Fixtures/xml/workflows.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
<framework:workflow name="article" type="workflow">
1111
<framework:audit-trail enabled="true"/>
1212
<framework:initial-marking>draft</framework:initial-marking>
13-
<framework:marking-store type="method" property="state" />
1413
<framework:support>Symfony\Bundle\FrameworkBundle\Tests\DependencyInjection\FrameworkExtensionTestCase</framework:support>
1514
<framework:place name="draft" />
1615
<framework:place name="wait_for_journalist" />

0 commit comments

Comments
 (0)