conversionfoundry / breeze

A Ruby on Rails CMS for brochure-style websites.
Other
3 stars 2 forks source link

Adding additional fields to a Custom Type error #102

Open pandacat opened 11 years ago

pandacat commented 11 years ago

When you add an additional field to a Custom Type that already exsists in Breeze. It will throw a rendering error in the front end page editor for that custom type.

If you have added the custom type to a page prior to the update of the custom type, then go & reedit the custom type on the front end to add a new value to the new field you just created you get an error.

The previous fix to this was too completely delete the custom type out of Breeze / Re-create it with ALL the necessary fields. Then restart the server to clear out any deep cache issues & then add new custom type to the front end editor with new values.

albandiguer commented 11 years ago

Thanks Jamie for the report, this is quite urgent I will review it during the next few days.