Sterc / FormIt

A dynamic form processing Snippet for MODX Revolution
https://docs.modx.com/current/en/extras/formit
33 stars 58 forks source link

Formit 4.2.0-pl - FormItCountryOptions snippet not listing countries #202

Closed kinaz closed 5 years ago

kinaz commented 5 years ago

The snippet won't list countries after upgrading to 4.2.0

The array here https://github.com/Sterc/FormIt/blob/73d875bfafafb16fb42d360bb0ae10a74bff3fff/core/components/formit/src/FormIt.php#L96

is missing:

'includes_path' => $corePath . 'includes/',

Oetzie commented 5 years ago

@kinaz Sorry for removing the line, don't know what happend (I removed the line accidentally). Fixed in 4.2.1 (not yet available from the modx extra's provider).

gpsietzema commented 5 years ago

@kinaz It's now available from modx.com/extras and the installer.

kinaz commented 5 years ago

Thanks!