rails-engine / flow_core

FlowCore is a Rails engine to help you build your automation or business process application.
MIT License
172 stars 17 forks source link

删除 field 报错 #8

Closed oslivan closed 3 years ago

oslivan commented 3 years ago

https://github.com/rails-engine/flow_core/blob/a8a51226e194cace6871e4b99fd028d82ecdfb29/test/dummy/app/models/form_kit/field.rb#L7

这里的 inverse_of: :field_override 是不是应该改为 inverse_of: :field?因为删除 field 的时候会报下面的错误。

1881614578878_ pic_hd

jasl commented 3 years ago

好像是的,我晚上确认一下哈,顺便升级一波依赖

感谢提醒哈~

jasl commented 3 years ago

改正了,GraphViz 那个 gem 不兼容 3.0,所以 dummy 先还固定在 2.7.2

oslivan commented 3 years ago

改正了,GraphViz 那个 gem 不兼容 3.0,所以 dummy 先还固定在 2.7.2

好的,感谢~