Skip to content

Conversation

@labkey-danield
Copy link
Contributor

@labkey-danield labkey-danield commented Dec 8, 2025

Rationale

Update GridBar.setAliquotView to be more reliable

Related Pull Requests

Changes

  • Do nothing if already on the current view.
  • Wait for grid update after setting the view.

Fixed some errors for calculated columns when running on MSSQL.
Use RegEx to validate time values if milliseconds are expected.
Trim double value returned from DB.
Wait for grid refresh when applying a view choice.
Wait for various elements, etc...
@labkey-danield labkey-danield changed the title Fixing some MSSQL specific test issues. Update GridBar.setAliquotView to be more reliable Dec 9, 2025
@labkey-danield labkey-danield self-assigned this Dec 9, 2025
@labkey-robert labkey-robert added this to the 26.01 milestone Dec 9, 2025
Comment on lines 365 to 366
String finalMenuChoice = menuChoice;
_queryGrid.doAndWaitForUpdate(()->doMenuAction(currentButtonText, Arrays.asList(finalMenuChoice)));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Creating this extra final variable isn't necessary. menuChoice can be made final by removing its initial assignment and adding a default branch to the view switch.

@labkey-danield labkey-danield merged commit 4c2cb4c into develop Dec 12, 2025
6 checks passed
@labkey-danield labkey-danield deleted the fb_smSqlTestFixes branch December 12, 2025 00:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants