You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the beforeCreate (and probably some of the other hooks too) to set a model attribute which is not set by the request, it is not serialized/returned in the payload/response.
Changing attributes which already exist in the request in the same way works fine.
The text was updated successfully, but these errors were encountered:
When using the beforeCreate (and probably some of the other hooks too) to set a model attribute which is not set by the
request
, it is not serialized/returned in the payload/response.Changing attributes which already exist in the request in the same way works fine.
The text was updated successfully, but these errors were encountered: