symphonycms / remote_datasource

An improved datasource to fetch data from TXT, CSV, XML and JSON sources.
Other
14 stars 9 forks source link

input fields missing or hidden on 2.4beta install #15

Closed andrewminton closed 10 years ago

andrewminton commented 10 years ago

I've installed Remote Datasource to check all is well for an upcoming project and noticed that the input fields for this field are missing when I attempt to create a new Remote DS:

remoteds_missing_fields

I know this probably hasn't been looked at yet, but thought I'd flag it now.

brendo commented 10 years ago

@nilshoerrmann, what was the fix again? I had to add a particular class to the elements wasn't it?

nilshoerrmann commented 10 years ago

Wasn't that fixed in integration already?

@brendo: Yes, it's all about the classes. Will have to look up the correct ones myself though.

andrewminton commented 10 years ago

By removing the 'irrelevant' class via web inspector, the fieldset is visible.. Is it JS releated then?

EDIT It's the data-context attribute on the fieldset. It's missing in this extension. Tested it locally and by adding it back in, it's working as expected now.

andrewminton commented 10 years ago

Ignore me! I was using the master branch on 2.4 of this extension. Pulled integration and it works as expected.