-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
As an API user, I shouldn't be able to update isCustom on an object or a field metadata #6581
Comments
@Weiko I would like to work on it. |
@Weiko @charlesBochet @FelixMalfait Can I take this up? Seems quite straightforward. I see we need to remove the |
@prateekj117 thanks for providing a plan! @Faisal-imtiyaz123 thanks again! don't hesitate to give directions when you're looking to take something, that way it's helpful to validate it together. |
@Weiko @FelixMalfait I would like to work on this issue. |
Maybe @Faisal-imtiyaz123 wants to grab it first? Since @prateekj117 didn't reply. |
@FelixMalfait You may assign it to @Mohamedkaif10 . |
Done! @charlesBochet marked this as a good first issue and it's doable, but I wouldn't say it's very easy as it requires at least a good understanding of what standard VS custom objects are and how they behave differently |
Yeah now , i removed |
/oss.gg 150 |
Thanks for opening an issue! It's live on oss.gg! |
/assign |
Assigned to @anand1564! Please open a draft PR linking this issue within 48h |
@anand1564, Just a little reminder: Please open a draft PR linking this issue within 12 hours. If we can't detect a PR in 12h, you will be unassigned automatically. |
/assign |
This issue is already assigned to another person. Please find more issues here. |
@anand1564, Just a little reminder: Please open a draft PR linking this issue within 12 hours. If we can't detect a PR in 12h, you will be unassigned automatically. |
Assigned to @YashMehetre! Please open a draft PR linking this issue within 48h |
@YashMehetre, Just a little reminder: Please open a draft PR linking this issue within 12 hours. If we can't detect a PR in 12h, you will be unassigned automatically. |
@YashMehetre, Just a little reminder: Please open a draft PR linking this issue within 12 hours. If we can't detect a PR in 12h, you will be unassigned automatically. |
/assign |
Assigned to @PreethiMaddikunta! Please open a draft PR linking this issue within 48h |
/assign |
Assigned to @m3tal10! Please open a draft PR linking this issue within 48h |
@PreethiMaddikunta, Just a little reminder: Please open a draft PR linking this issue within 12 hours. If we can't detect a PR in 12h, you will be unassigned automatically. |
Bug Description
Many part of the code assume that isCustom:true is from the user input and should be ignore whereas isCustom:false is standard and should be kept in sync with the codebase entities.
However, even if an object or a field is automatically created as isCustom: true via the API, we can also update those field/objects and change that value which will break a few parts of the app including metadata sync scripts.
This input should not be possible, isCustom should not be available.
Technical inputs
Do not expose isCustom in the graphql input field type
The text was updated successfully, but these errors were encountered: