edina / fieldtrip-cobweb-project

A cobweb theme for fieldtrip app
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

Decision tree not saved #88

Closed rgamez closed 9 years ago

rgamez commented 9 years ago

The class selector of the decision tree was modified here: cobweb-eu/fieldtrip-authoring-tool@0e2dee6, all the decision trees created after are not serialized because the app uses an exact match in the class selector: div[class=fieldcontain]

rgamez commented 9 years ago

I will revert the selector for the decision tree to a single fieldcontain and will use the data-fieldtrip-type=dtree selector that is compatible with the app, please @panterz check if similar changes are needed for the layers.

Modifying the selector in the app was discussed but changing it could have repercussions to existing editors, since the fieldcontain is used for storing other types of fields ie. layers and buttons.