ModifyField checklist_dependency #283
Unanswered
matheusb-comp
asked this question in
Q&A (Help)
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The field type checklist_dependency has an array defined as the
nameattribute in the docs.In order modify this field, the first parameter of the
modifyField()should really be the array?The
modifyField()docblock says that the$fieldNameparameter should be string:https://github.com/Laravel-Backpack/CRUD/blob/8698b8ed51e8b18e311f928f6f80a7161f1eb172/src/app/Library/CrudPanel/Traits/Fields.php#L181-L187
However, sending the
field_unique_nameattribute, that would be "string name" equivalent for thechecklist_dependencytype doest not work.Beta Was this translation helpful? Give feedback.
All reactions