Closed nickwanhere closed 3 years ago
Once the bundle created, all other fields layout did save, but cannot display in the Edit page in CMS.
Added following before the form render works in BundlesController if($bundleId&&!$bundle) $bundle = Bundle::findOne($bundleId);
if($bundleId&&!$bundle) $bundle = Bundle::findOne($bundleId);
@nickwanhere, this has been fixed in version 1.2.1.
Once the bundle created, all other fields layout did save, but cannot display in the Edit page in CMS.
Added following before the form render works in BundlesController
if($bundleId&&!$bundle) $bundle = Bundle::findOne($bundleId);