Is ModelResourceComponentBuilder intended to exclude fillable properties? #277
Unanswered
KrisalisKAT
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In ModelResourceComponentBuilder@getPropertiesFromSchema, columns are filtered to exclude fillable properties
That code has been in place for about 2 years, but it still seems to be an error. BaseModelComponentBuilder has a similar function, but has the reverse filter - including only fillable properties. And we're having to override the class to reverse the filter in order to get a corrected schema.
Am I overlooking a reason why this is intended behavior, or can that
!
be removed?Beta Was this translation helpful? Give feedback.
All reactions