I found the reason but unable to fix complete:
On vendor/amici/craft-super-dynamic-fields/src/base/FieldSettings.php, line 274.
I have added above the return this code:
if (\Craft::$app->getRequest()->getIsCpRequest()) { return implode(", ", $return); }
And it seemed to be working fine except new data were unable to be saved in that field.
Hi,
I have a Multi-select field and everything is working fine until you add this field in panel view:
Then you get 500 error if you try to view this section or user group. In the network tab I'm getting more details over de error: http://local.hisk.edu/index.php?p=admin/actions/element-indexes/get-elements&v=1601971401500
{"error":"An exception has been thrown during the rendering of a template (\"Array to string
conversion\")."}`I found the reason but unable to fix complete: On vendor/amici/craft-super-dynamic-fields/src/base/FieldSettings.php, line 274. I have added above the return this code:
if (\Craft::$app->getRequest()->getIsCpRequest()) { return implode(", ", $return); }
And it seemed to be working fine except new data were unable to be saved in that field.