Skip to content

Commit

Permalink
Merge branch 'master' into releaseCandidate
Browse files Browse the repository at this point in the history
  • Loading branch information
tprouvot authored Nov 8, 2023
2 parents 68ccacd + 7dc0be8 commit 3ddf2e5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
10 changes: 2 additions & 8 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,8 @@ If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
- Browser [e.g. chrome, firefox, edge]
- Version [e.g. 1.20]

**Additional context**
Add any other context about the problem here.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Release Notes

## Version 1.20

- Move popup arrow icon in Flow Builder because of Winter 24 UI changes [feature 200](https://github.com/tprouvot/Salesforce-Inspector-reloaded/issues/200)
Expand Down
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ We all know and love Salesforce Inspector: As the great Søren Krabbe did not ha
- [Security and Privacy](#security-and-privacy)
- [Use Salesforce Inspector with a Connected App](#use-salesforce-inspector-with-a-connected-app)
- [Installation](#installation)
- [Browser Stores](#browser-stores)
- [Chrome Web Store](https://chrome.google.com/webstore/detail/salesforce-inspector-relo/hpijlohoihegkfehhibggnkbjhoemldh)
- [Firefox Browser Add-ons](https://addons.mozilla.org/en-US/firefox/addon/salesforce-inspector-reloaded/)
- [Edge Add-ons](https://microsoftedge.microsoft.com/addons/detail/salesforce-inspector-relo/noclfopoifgfgnflgkakofglfeeambpd)
- [Troubleshooting](#troubleshooting)
- [Contributions](#contributions)
- [Development](#development)
Expand All @@ -37,6 +41,7 @@ We all know and love Salesforce Inspector: As the great Søren Krabbe did not ha
[![view - Documentation](https://img.shields.io/badge/view-Documentation-blue?style=for-the-badge)](https://tprouvot.github.io/Salesforce-Inspector-reloaded/ "Go to extension documentation")


## New features compared to original SF Inspector

[List of changes](CHANGES.md)
Expand Down Expand Up @@ -67,11 +72,10 @@ Follow steps described in [how-to documentation](https://tprouvot.github.io/Sale

- [Chrome Web Store](https://chrome.google.com/webstore/detail/salesforce-inspector-relo/hpijlohoihegkfehhibggnkbjhoemldh)
- [Firefox Browser Add-ons](https://addons.mozilla.org/en-US/firefox/addon/salesforce-inspector-reloaded/)
- [Edge Add-ons](https://microsoftedge.microsoft.com/addons/detail/salesforce-inspector-relo/noclfopoifgfgnflgkakofglfeeambpd)

### Local Installation

If you want to try it locally (to test the release candidate):

1. Download or clone the repo.
2. Checkout the releaseCandidate branch.
3. Open `chrome://extensions/`.
Expand Down Expand Up @@ -117,8 +121,9 @@ Linting : to assure indentation, formatting and best practices coherence, please

1. Set up an org (e.g. a Developer Edition) and apply the following customizations:
1. Everything described in metadata in `test/`. Push to org with `sfdx force:source:deploy -p test/ -u [your-test-org-alias]`
2. Ensure the org has no _namespace prefix_ (Setup→Package Manager)
3. Assign PermissionSet SfInspector
2. Ensure _Allow users to relate a contact to multiple accounts_ is enabled (Setup→Account Settings)
3. Ensure the org has no _namespace prefix_ (Setup→Package Manager)
4. Assign PermissionSet SfInspector
2. Navigate to one of the extension pages and replace the file name with `test-framework.html`, for example `chrome-extension://example/test-framework.html?host=example.my.salesforce.com`.
3. Wait until "Salesforce Inspector unit test finished successfully" is shown.
4. If the test fails, open your browser's developer tools console to see error messages.
Expand Down

0 comments on commit 3ddf2e5

Please sign in to comment.