Steps:
- added a select in a content_type
- added a page with an action to save the entry
The app throws (Action error - undefined method 'myselect_id' for #<Locomotive::Steam::ContentEntry:...>)
Solution: From the back-office, re-record every entry prior to the modification using one option from the select options, then save, then remove the select option and save again π
.
Steps:
The app throws
(Action error - undefined method 'myselect_id' for #<Locomotive::Steam::ContentEntry:...>)Solution: From the back-office, re-record every entry prior to the modification using one option from the select options, then save, then remove the select option and save again π .