umbraco / Umbraco.Deploy.Issues

1 stars 0 forks source link

Request: Add list of dependencies to "Info" tab #206

Open hfloyd opened 7 months ago

hfloyd commented 7 months ago

Occasionally, it's possible to come across an error like this: image

Especially when first moving an existing site to Cloud from an on-prem site (almost definitely while upgrading from v7, etc.), it's often the case that a Content or Media node was deleted, and there is a link to that item buried in an RTE or something. It can be challenging to manually locate the broken link.

It would be great if, similar to the existing "Referenced by the following items" section, there could be a list of "Depends on items" on the "Info" tab. It seems that Deploy is doing the work of figuring out dependencies, and if there could be some info about what property has a missing dependency, it would be easier to resolve the issue. I know that it's possible to configure deploy to ignore missing dependencies, but that isn't really the best practice, since that means transferring broken links.

Something like:

Depends on items

Property Node Name Type Status
bodyText Homepage document Ok
bodyText MISSING: UDI 0e47a0e2-f405-498b-8a1e-b67d360e7fbd document Doesn't exist
bodyText FAQ document In Recycle bin