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
@romaldyminaya I had to use the resolveUsing callback to format the information in a way that the field could parse it. I am using the bensampo/enum package to store some bitwise/flagged permissions, so I needed to change how the field was resolving the values.
I'm trying to pass the value throuh a getter method but when I'm pressing the saving, an javascript exception comes out.
Here is some screen shots:
In my model:
The resource:
The exception when checkbox is clicked:
Thanks in advance :)
The text was updated successfully, but these errors were encountered: