madeyourday / contao-rocksolid-custom-elements

RockSolid Custom Elements Contao Extension
http://rocksolidthemes.com/de/contao/plugins/custom-content-elements
MIT License
48 stars 12 forks source link

inputType "list" not working correctly? #72

Closed anotherfrontendguy closed 8 years ago

anotherfrontendguy commented 8 years ago

Hi,

first of all: thank you for this great extension, I use it in nearly all of my projects.

However in Contao 4.2.1 I can't get 'inputType' => 'list' to work correctly. When I use the example from rocksolidthemes this is the output I get:

list

Clicking any of the icons (move up, move down, delete, etc.) takes me back to the frontend of my project (leaving the Contao backend). When I enter text into the text input it doesn't get saved after I hit save. All the other inputTypes work fine though.

If it is of any help these are the relevant parts from my composer.json:

"require": {
    ...
    "symfony/symfony": "~2.8|~3.0",
    "contao/contao": "^4.2.1",
    "madeyourday/contao-rocksolid-custom-elements": "^1.0",
    "madeyourday/contao-rocksolid-columns": "^1.0",
    "madeyourday/contao-rocksolid-icon-picker": "^1.0",
    ...
}

PS: I do not have the MultiColumnWizard extension installed, as mentionend in #11 and #49.

anotherfrontendguy commented 8 years ago

Ok, sorry to have bothered you guys - there's nothing wrong with it. I had an error in my local setup which lead to some *.js files not being loaded correctly which caused this to break. Closing this.