conversionfoundry / breeze

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

After initial creation of a custom type, fields cannot be updated #22

Closed ShaneNZ closed 11 years ago

ShaneNZ commented 11 years ago

Observed on Leftclick site (Breeze version?)

Steps

  1. Create a CT, one or more fields
  2. Save the CT.
  3. Go back and edit the CT: 3a. Adding a field and saving the CT seems to work, but the field isn't available in the partial - partial generates an error. 3b. Editing a field name used seems to work, but doesn't update for the partial - previous name still exists for the partial, new name doesn't exist at all.
  4. Editing the field label (used on the front end) works sometimes - erratic, and unable to recreate reliably.
isaacfreeman commented 11 years ago

It looks like this was fixed by Alban during his work on custom types. Marking as closed.