Set VIP to optional.
This commit is contained in:
parent
98c1ba4fab
commit
fb2269addf
1 changed files with 5 additions and 5 deletions
|
@ -8,7 +8,7 @@ class CreateVip < ActiveRecord::Migration
|
||||||
:display => 'VIP',
|
:display => 'VIP',
|
||||||
:data_type => 'boolean',
|
:data_type => 'boolean',
|
||||||
:data_option => {
|
:data_option => {
|
||||||
:null => false,
|
:null => true,
|
||||||
:default => false,
|
:default => false,
|
||||||
:item_class => 'formGroup--halfSize',
|
:item_class => 'formGroup--halfSize',
|
||||||
:options => {
|
:options => {
|
||||||
|
@ -22,7 +22,7 @@ class CreateVip < ActiveRecord::Migration
|
||||||
:screens => {
|
:screens => {
|
||||||
:edit => {
|
:edit => {
|
||||||
:Admin => {
|
:Admin => {
|
||||||
:null => false,
|
:null => true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
:view => {
|
:view => {
|
||||||
|
|
Loading…
Reference in a new issue