Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: repurposes 'error' column, to show the metadata type #1217

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

WillieRuemmele
Copy link
Contributor

@WillieRuemmele WillieRuemmele commented Nov 13, 2024

What does this PR do?

┌───────┬─────────────────────────────┬──────────────────────────────────────────────────────────────────────────────────┬─────────────┐
│ Type  │ Name                        │ Problem                                                                          │ Line:Column │
├───────┼─────────────────────────────┼──────────────────────────────────────────────────────────────────────────────────┼─────────────┤
│ Error │ Broker__c-Broker Layout     │ Invalid field:Address__c in related list:Property__c.Broker__c                   │             │
│ Error │ Create_property             │ field integrity exception: unknown (The field "Address__c" for the object 

rather than displaying every error in the error table as an error, show what metadata type has the error,

┌──────────────────────────┬─────────────────────────────┬───────────────────────────────────────────────────────────────┬─────────────┐
│ Type                     │ Name                        │ Problem                                                       │ Line:Column │
├──────────────────────────┼─────────────────────────────┼───────────────────────────────────────────────────────────────┼─────────────┤
│ Layout                   │ Broker__c-Broker Layout     │ Invalid field:Address__c in related                           │             │
│                          │                             │ list:Property__c.Broker__c                                    │             │
│ Flow                     │ Create_property             │ field integrity exception: unknown (The field "Address__c"

this helps users understand which component, exactly, is causing the error

What issues does this PR fix or reference?

@W-17227008@
forcedotcom/cli#3110

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants