Issue #3031086 by amateescu, plach: Configurable fields that are created only for update path tests should be defined with custom_storage = TRUE

8.7.x
Gábor Hojtsy 2019-02-18 16:35:45 +01:00
parent 792a14f5bb
commit 14e383a009
4 changed files with 4 additions and 3 deletions

View File

@ -17,4 +17,4 @@ cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false
custom_storage: true

View File

@ -17,3 +17,4 @@ cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: true

View File

@ -20,4 +20,4 @@ cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false
custom_storage: true

View File

@ -20,4 +20,4 @@ cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false
custom_storage: true