Improved ObjectManager::Attribute factory defaults.
This commit is contained in:
parent
28793f1338
commit
f3e20bca29
1 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,7 @@ FactoryBot.define do
|
|||
data_option_new do
|
||||
{}
|
||||
end
|
||||
editable false
|
||||
editable true
|
||||
active true
|
||||
screens do
|
||||
{
|
||||
|
@ -29,8 +29,8 @@ FactoryBot.define do
|
|||
'edit' => {}
|
||||
}
|
||||
end
|
||||
add_attribute(:to_create) { false }
|
||||
to_migrate false
|
||||
add_attribute(:to_create) { true }
|
||||
to_migrate true
|
||||
to_delete false
|
||||
to_config false
|
||||
position 15
|
||||
|
|
Loading…
Reference in a new issue