-
Notifications
You must be signed in to change notification settings - Fork 71
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
[data-export] Delete button does not check for 'toolingApi' parameter #254
Labels
bug
Something isn't working
Comments
Hi @ogomezba ! |
Hi @tprouvot! Yes, I was going to open an issue for this! I want to work on it indeed, thank you for creating it! |
ogomezba
added a commit
to ogomezba/Salesforce-Inspector-reloaded
that referenced
this issue
Dec 29, 2023
Fixing the Delete button for the cases where the "Tooling API" option has been selected when querying
tprouvot
pushed a commit
that referenced
this issue
Jan 2, 2024
Fixing the Delete button for the cases where the "Tooling API" option has been selected when querying ## Describe your changes Included logic for sending the apiType as a parameter to the data-import. ## Issue ticket number and link [Issue 254](#254) ## Checklist before requesting a review - [x] I have read and understand the [Contributions section](https://github.com/tprouvot/Salesforce-Inspector-reloaded#contributions) - [x] Target branch is releaseCandidate and not master - [x] I have performed a self-review of my code - [x] I ran the [unit tests](https://github.com/tprouvot/Salesforce-Inspector-reloaded#unit-tests) and my PR does not break any tests - [x] I documented the changes I've made on the [CHANGES.md](https://github.com/tprouvot/Salesforce-Inspector-reloaded/blob/master/CHANGES.md) and followed actual conventions - [x] I added a new section on [how-to.md](https://github.com/tprouvot/Salesforce-Inspector-reloaded/blob/master/docs/how-to.md) (optional)
AntoineLeleu-Salesforce
pushed a commit
to AntoineLeleu-Salesforce/Salesforce-Inspector-reloaded
that referenced
this issue
Jan 4, 2024
Fixing the Delete button for the cases where the "Tooling API" option has been selected when querying ## Describe your changes Included logic for sending the apiType as a parameter to the data-import. ## Issue ticket number and link [Issue 254](tprouvot#254) ## Checklist before requesting a review - [x] I have read and understand the [Contributions section](https://github.com/tprouvot/Salesforce-Inspector-reloaded#contributions) - [x] Target branch is releaseCandidate and not master - [x] I have performed a self-review of my code - [x] I ran the [unit tests](https://github.com/tprouvot/Salesforce-Inspector-reloaded#unit-tests) and my PR does not break any tests - [x] I documented the changes I've made on the [CHANGES.md](https://github.com/tprouvot/Salesforce-Inspector-reloaded/blob/master/CHANGES.md) and followed actual conventions - [x] I added a new section on [how-to.md](https://github.com/tprouvot/Salesforce-Inspector-reloaded/blob/master/docs/how-to.md) (optional)
AntoineLeleu-Salesforce
pushed a commit
to AntoineLeleu-Salesforce/Salesforce-Inspector-reloaded
that referenced
this issue
Jan 4, 2024
Fixing the Delete button for the cases where the "Tooling API" option has been selected when querying ## Describe your changes Included logic for sending the apiType as a parameter to the data-import. ## Issue ticket number and link [Issue 254](tprouvot#254) ## Checklist before requesting a review - [x] I have read and understand the [Contributions section](https://github.com/tprouvot/Salesforce-Inspector-reloaded#contributions) - [x] Target branch is releaseCandidate and not master - [x] I have performed a self-review of my code - [x] I ran the [unit tests](https://github.com/tprouvot/Salesforce-Inspector-reloaded#unit-tests) and my PR does not break any tests - [x] I documented the changes I've made on the [CHANGES.md](https://github.com/tprouvot/Salesforce-Inspector-reloaded/blob/master/CHANGES.md) and followed actual conventions - [x] I added a new section on [how-to.md](https://github.com/tprouvot/Salesforce-Inspector-reloaded/blob/master/docs/how-to.md) (optional)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Make sure to read the troubleshooting section before creating an issue
Describe the bug
From data export page, when trying to delete records queried with tooling api, the api is not automatically selected.
To Reproduce
Steps to reproduce the behavior:
SELECT Id from TraceFlag
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: