Issue #3031086 by amateescu, plach: Configurable fields that are created only for update path tests should be defined with custom_storage = TRUE
parent
792a14f5bb
commit
14e383a009
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue