menatwork / MultiColumnWizard

Contao Extension :: Define unlimited dca fields dynamically
http://contao.org/en/extension-list/view/MultiColumnWizard.html
28 stars 30 forks source link

colorpicker and contao 4 #259

Closed arboc closed 5 years ago

arboc commented 6 years ago

In MultiColumnWizard/system/modules/multicolumnwizard/MultiColumnWizard.php is a wrong path to the colorpicker assets.

Instead of line 597:

imgPath: "assets/mootools/colorpicker/' . $GLOBALS['TL_ASSETS']['COLORPICKER'] . '/images/",

it must be

imgPath: "assets/colorpicker/' . $GLOBALS['TL_ASSETS']['COLORPICKER'] . '/images/",
stefanheimes commented 5 years ago

Fixed in the new bundle see https://github.com/menatwork/contao-multicolumnwizard-bundle/commit/6961cf449e57659a4f9de39d7cfb11420c167cf2