Skip to content

Upgrading an Existing Installation

Upgrading from version 1.X.Y

Status flow configuration now lives in Lime Admin -> Settings -> Status Flow -> Limetype Config. This means that the configuration done straight in Views -> Limetype -> Card -> Web components -> lwc-status-flow-limeobject-xxxxxxx -> Properties is no longer needed and should migrated to the new configuration.

Using status flow in your customization?

If you are using a customized version of statusflow (wrapping it in your own component) it will require you to adjust and upgrade the old configuration to the new version of Config. See configuration for examples.

How to Migrate Old configuration.

  1. GoTo `Lime Admin -> Settings -> Status Flow -> Migration and follow the guide specifed.
  2. If using Flow Limeobject Header replace the old long configuration in Views -> Limetype -> Card -> Web components -> lwc-status-flow-limeobject-header -> Properties with
    {
        "optionPropName": "NameOfField"
    }