Hello and thank you for the package.
The issue is it only work when selecting all the resources. If you select only some of them, then the @property-read string|null $resources property of ActionRequest (extended by BatchUpdateRequest in your package), does not contains the IDs of the resources, but strings like:
array:2 [▼
0 => "[object Object]"
1 => "[object Object]"
]
I suspect an issue with the vue.js component.
Hello and thank you for the package.
The issue is it only work when selecting all the resources. If you select only some of them, then the
@property-read string|null $resourcesproperty ofActionRequest(extended byBatchUpdateRequestin your package), does not contains the IDs of the resources, but strings like:I suspect an issue with the vue.js component.