hugopeek / romanesco-soil

Romanesco is an ecosystem for building websites with reusable components.
https://romanesco.info/
GNU General Public License v3.0
10 stars 1 forks source link

Select Dropdown CB can't find 'field_option' subfield #109

Closed hugopeek closed 7 years ago

hugopeek commented 7 years ago

The Select Dropdown CB is deprecated now that you can also create dropdowns with Select Option CBs, but it still needs to be backwards compatible of course with existing forms.

The field_option field had ID 70 before, but this somehow got replaced by a different field in the latest update. So restore ID 70 to the old field and move whatever is there to the latest autoincrement number.