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

Case sensitivity on metadata directories #131

Closed
pwrightcertinia opened this issue Feb 8, 2023 · 1 comment
Closed

Case sensitivity on metadata directories #131

pwrightcertinia opened this issue Feb 8, 2023 · 1 comment
Labels
bug Something isn't working false positive wontfix This will not be worked on

Comments

@pwrightcertinia
Copy link
Contributor

Recently reported error due to an object having the folder structure of Object__c/Fields rather than fields. The metadata was not found.

We should be case insensitive on (all? or most) source directories. Investigate

@pwrightcertinia pwrightcertinia added bug Something isn't working false positive labels Feb 8, 2023
@kjonescertinia
Copy link
Contributor

Using uppercase in labels and fields did not appear to break anything in a test, but using "Objects" rather than "objects" did so its all a bit inconsistent. We could look to add a warning on wrong case use but I think it would be better for us to handle more generically as part of #97 where we can have stronger enforcement of metadata structure.

I will close this and note on the MDAPI issue.

@kjonescertinia kjonescertinia closed this as not planned Won't fix, can't repro, duplicate, stale Aug 29, 2023
@kjonescertinia kjonescertinia added the wontfix This will not be worked on label Aug 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working false positive wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants