hyperstack-org / hyperstack-org/hyperstack

default for boolean dummy values not working

未关闭
#261 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
bug good first issue
主要语言
JavaScript
星标
538
派生
41
PR 合并指标
30 天内没有已合并 PR

描述

for booleans, the following default values in the schema should be recognized as true, anything else is false:

`'1'`, `true` or `1`

i.e. in ReactiveRecord::Base::DummyValue
```ruby
def build_default_value_for_boolean
@column_hash[:default] == '1' || @column_hash[:default] == true || @column_hash[:default] == 1
end
```

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。