-
Notifications
You must be signed in to change notification settings - Fork 174
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
[battery_manager] use visit controller to fetch visit list #8485
Merged
driusan
merged 3 commits into
aces:24.1-release
from
ridz1208:battery_manager_instruments
Jun 21, 2023
Merged
[battery_manager] use visit controller to fetch visit list #8485
driusan
merged 3 commits into
aces:24.1-release
from
ridz1208:battery_manager_instruments
Jun 21, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ridz1208
added
Category: Bug
PR or issue that aims to report or fix a bug
24.0.0-bugs
Issues or bug fix PRs that were raised during the testing of release 24.0.0
labels
Mar 28, 2023
@KLaFleur this is interesting. The list I was modifying is the one under the "add test" modal window. can you test if that one is working and if not I can take a look at whats happening |
I was getting the same behavior on the ‘add test’ window as well — I can
check again to confirm that but I’m 99% sure that was the case.
Le sam. 29 avr. 2023 à 12:41 PM, Rida Abou-Haidar ***@***.***>
a écrit :
… @KLaFleur <https://github.com/KLaFleur> this is interesting. The list I
was modifying is the one under the "add test" modal window. can you test if
that one is working and if not I can take a look at whats happening
—
Reply to this email directly, view it on GitHub
<#8485 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIL6HW6N5K3AFRXTSFOB3ITXDVAB7ANCNFSM6AAAAAAWK4F7BU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@KLaFleur could you test again please |
Yes just tested (in both the general filter and in the 'new test' window,
the dropdown works and the list looks complete!
…On Tue, Jun 20, 2023 at 11:10 AM Rida Abou-Haidar ***@***.***> wrote:
@KLaFleur <https://github.com/KLaFleur> could you test again please
—
Reply to this email directly, view it on GitHub
<#8485 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIL6HW455XFZARBLYE4LR6TXMG4PJANCNFSM6AAAAAAWK4F7BU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
ridz1208
added
the
Passed manual tests
PR has been successfully tested by at least one peer
label
Jun 20, 2023
KLaFleur
approved these changes
Jun 21, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
24.0.0-bugs
Issues or bug fix PRs that were raised during the testing of release 24.0.0
Category: Bug
PR or issue that aims to report or fix a bug
Passed manual tests
PR has been successfully tested by at least one peer
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Brief summary of changes
The battery manager currently uses the
Utility::getVisitList()
function to list the visits available. That utility function queries the session table for existing visitlabels used in at least one session. That is problematic when you are creating a new visit and new instruments and want to assign instruments to the new visit, it simply does not show up in the drop down.This PR fixes that problem and removes the use of Utility::getInstrumentList to get an accurate list of full names for instruments and get rid of deprecation warnings