Skip to content
Snippets Groups Projects
Commit 14e383a0 authored by Gábor Hojtsy's avatar Gábor Hojtsy
Browse files

Issue #3031086 by amateescu, plach: Configurable fields that are created only...

Issue #3031086 by amateescu, plach: Configurable fields that are created only for update path tests should be defined with custom_storage = TRUE
parent 792a14f5
No related branches found
No related tags found
No related merge requests found
......@@ -17,4 +17,4 @@ cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false
custom_storage: true
......@@ -17,3 +17,4 @@ cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: true
......@@ -20,4 +20,4 @@ cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false
custom_storage: true
......@@ -20,4 +20,4 @@ cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false
custom_storage: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment