-
Notifications
You must be signed in to change notification settings - Fork 7
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
Plugin doesn't refresh from search #54
Labels
Comments
Thanks for reporting this bug @shmaram. With your detailed reproduction steps I was able to reproduce the bug and will start working on it immediately. |
10 tasks
t1agob
added a commit
that referenced
this issue
Jan 4, 2024
### Description This PR fixes the issue reported in #54. A problem with React hooks dependency setup led to the component not refreshing itself when users leveraged the search capability to navigate between components. **Issue number:** #54 ### Type of change - [ ] New feature (non-breaking change which adds functionality) - [x] Fix (non-breaking change which fixes an issue) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) ### Checklist - [x] I have performed a self-review of this change - [x] Changes have been tested - [ ] Changes are documented - [x] Changes generate *no new warnings* - [x] PR title follows [conventional commit semantics](https://www.conventionalcommits.org/en/v1.0.0/) If this is a breaking change 👇 - [ ] I have documented the migration process - [ ] I have implemented necessary warnings (if it can live side by side) ## Acknowledgement By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. **Disclaimer:** We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.
Merged
t1agob
added a commit
that referenced
this issue
Jan 4, 2024
### Description This release includes a fix to a bug (#54) that prevented the PagerDutyCard from refreshing when users leveraged the Backstage search to navigate between components. ## Acknowledgement By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. **Disclaimer:** We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.
Just check and it works like a charm! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When searching from the Backstage search modal the data of the plugin doesn't refresh
To Reproduce
Steps to reproduce the behavior:
Expected behavior
After clicking on a different service, the PD data should refresh
Screenshots
Added in the steps above
Desktop (please complete the following information):
Additional context
We are connecting the PD plugin using the annotation
pagerduty.com/service-id
and the package is usingEntityPagerDutyCard
from@pagerduty/backstage-plugin
version: 0.7.3The text was updated successfully, but these errors were encountered: