Werner Krauß
Werner Krauß
@nebucaz is "Plan" and "Mandant" a has_one relation? Did you try domething like ``` Contract: bronze: Start: '2016-01-01 00:00:00' End: '9999-12-31 23:59:59' MandantID: =>Mandant.default PlanID: =>Plan.test PopulateMergeMatch: - Plan -...
Of course I can do a PR; afair the task needs some refinement and it's currently not running on dev/build in SS6. @UndefinedOffset can you reopen the issue, as it's...
Yes, it works "so far", it could be that some of the URLs have changed.
Hi, I solved this issue by adding this to Page's `getCMSFields()`: ```php /** * fix dependent Pages with Subsites */ if (class_exists(Subsite::class) && $dependentPagesGridField = $fields->dataFieldByName('DependentPages')) { $dataColumns = $dependentPagesGridField->getConfig()->getComponentByType(GridFieldDataColumns::class);...