laravel-admin icon indicating copy to clipboard operation
laravel-admin copied to clipboard

Form linkage doesn't work with edit

Open clemnoefr opened this issue 2 years ago • 0 comments

  • Laravel Version: 5.7
  • Laravel-admin: 1.8.18

Description:

I try to use a multiple selection with form linkage (checkbox) in an edit page, when i use operator has it's doesn't work. When i access the page i have an error because i use in_array() with a null value (it's $old in the method ). So how can i resolve my issue please?

PS: it does the same error with the example in the doc in an edit Form but not a create Form

Steps To Reproduce:

Create a Form edit page with a multiple selection form linkage checkbox and use operator has

clemnoefr avatar Apr 17 '22 14:04 clemnoefr