Skip to content

Locally updated content_type select field options don't update in engine on subsequent wagon deploy #420

@greyskin

Description

@greyskin

Steps to reproduce:

  1. Create a content_type with a select field with some options
  2. Run wagon deploy [env] -r content_types
  3. Create some content entries in the Back Office
  4. Add a new option to the select field locally
  5. Run wagon deploy [env] -r content_types again
  6. Inspect the model in the Back Office and observe that the new select option does not appear

Workaround:

  1. Delete the select field and all options locally
  2. Run wagon deploy [env] -r content_types again (deletes the select field and all options from the Back Office)
  3. Re-add the select field locally, including the original options as well as the new option
  4. Run wagon deploy [env] -r content_types again
  5. Inspect the model in the Back Office and observe that the new select field option is now available

This workaround has the major drawback of wiping any select options that have been applied to content entries up until this point.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions