-
-
Couldn't load subscription status.
- Fork 2.8k
Closed
Labels
Description
- Laravel Version: 6.x
- PHP Version:7.4
- Laravel-admin: 1.7.9
Description:
目前判斷是PHP部分沒有在NestFormBuilder的時候將"LA_KEY"進行替換
HasMany驗證在 1.5.x版的時候是正常運作的
$model = $relation->getRelated()->replicate()->forceFill($data);
$forms[$key] = $this->buildNestedForm($this->column, $this->builder, $model) /// 原先這邊是傳遞 $key後來改model,會造成新建立的資料沒有key造成相關錯誤問題
->fill($data);
