On the User controller, awards can be added to pivot data with
1 - "Pivot model" tab :
Adding pivot data (awards) work's well, the data are present in DB; but when editing them the repeater field is not filed.
2 - "Pivot data" tab :
Throw an error "Unexpected type of array when attempting to save attribute "awards", try adding it to the $jsonable property." on line 824 of ...\vendor\winter\storm\src\Database\Model.php.
Additional question:
Is it possible to edit role data and pivot model data in the same pop-up?
On the
Usercontroller, awards can be added to pivot data with1 - "Pivot model" tab :
Adding pivot data (awards) work's well, the data are present in DB; but when editing them the repeater field is not filed.
2 - "Pivot data" tab :
Throw an error
"Unexpected type of array when attempting to save attribute "awards", try adding it to the $jsonable property." on line 824 of ...\vendor\winter\storm\src\Database\Model.php.Additional question:
Is it possible to edit role data and pivot model data in the same pop-up?