Skip to content

[Transform] Improve instructions for obsolete transform configuration warning #81521

@pheyos

Description

@pheyos

In the 8.0 Upgrade Assistant we can see the following critical error for old transform configurations:

image

The help text tells the user to use _update or _upgrade to fix this issue, but it would be good to include the full endpoint (/_transform/<transform_id>/_update or /_transform/_upgrade) to give the user a more concrete instruction. It might also be good to mention that /_transform/_upgrade will fix this for all transforms while /_transform/<transform_id>/_update will only operate on a single transform.
Maybe something like this?

Use [/_transform/tf2c/_update] to update the configuration of [tf2c] or [/_transform/_upgrade] to do it for all transforms.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions