The MultiColumnWizard calls the Method getAttributesFromDca. In one case it provides null as $context, in the other case $this is used as $context.
I think in both cases it should better be $this->objDca.
See also:
inspiredminds/contao-extended-form-fields#8
cgoIT/calendar-extended-bundle#46
The MultiColumnWizard calls the Method
getAttributesFromDca. In one case it providesnullas $context, in the other case$thisis used as $context.I think in both cases it should better be
$this->objDca.See also:
inspiredminds/contao-extended-form-fields#8
cgoIT/calendar-extended-bundle#46