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
|
data_option_new do
|
||||||
{}
|
{}
|
||||||
end
|
end
|
||||||
editable false
|
editable true
|
||||||
active true
|
active true
|
||||||
screens do
|
screens do
|
||||||
{
|
{
|
||||||
|
@ -29,8 +29,8 @@ FactoryBot.define do
|
||||||
'edit' => {}
|
'edit' => {}
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
add_attribute(:to_create) { false }
|
add_attribute(:to_create) { true }
|
||||||
to_migrate false
|
to_migrate true
|
||||||
to_delete false
|
to_delete false
|
||||||
to_config false
|
to_config false
|
||||||
position 15
|
position 15
|
||||||
|
|
Loading…
Reference in a new issue