Skip to content

Format dependent objects list in untrack failure error message #9853

@LucasBrandt

Description

@LucasBrandt

Problem

When I want to untrack a table that has many dependent objects like relationships, it's hard to read what all of those objects are because the error message is not formatted.

image

Proposed Solution

This error message would be easier to read if there was a separate line, and possibly a bullet point, for each individual object in the list. For example:

cannot drop due to the following dependent objects:

  • relationship ArticlesToArea.area in source "default", relationship Company.area in source "default"
  • relationship Event.area in source "default", relationship EventPro.area in source "default"
    ...
  • relationship app.users.area in source "default"

Alternatives Considered

Sometimes, I just copy this output and paste it into another window to read more easily. Otherwise, I just read through the error output more slowly than I would be able to with an easier to read format.

Metadata

Metadata

Assignees

No one assigned

    Labels

    c/consoleRelated to consolek/enhancementNew feature or improve an existing feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions