1066 bug dataexchange query failed on nullable datetime#1075
Merged
Conversation
added 30 commits
March 12, 2026 09:42
…query-failed-on-nullable-datetime
…query-failed-on-nullable-datetime
src/data/src/AXOpen.Data.Blazor/Distributed/DistributedDataViewModel.cs
Dismissed
Show dismissed
Hide dismissed
src/data/src/AXOpen.Data.Blazor/Distributed/DistributedDataView.razor
Dismissed
Show dismissed
Hide dismissed
src/data/src/AXOpen.Data.Blazor/Distributed/DistributedDataViewModel.cs
Dismissed
Show dismissed
Hide dismissed
src/data/src/AXOpen.Data.Blazor/Distributed/DistributedDataView.razor
Dismissed
Show dismissed
Hide dismissed
src/data/src/AXOpen.Data.Blazor/AxoDataExchange/DataExchangeView.razor
Dismissed
Show dismissed
Hide dismissed
src/data/src/AXOpen.Data.Blazor/AxoDataExchange/DataExchangeViewModel.cs
Dismissed
Show dismissed
Hide dismissed
....Integration.Tests_L4/Tests_L4/FragmentDataExchange/OnlinerFragmentDataExchangeTests_Base.cs
Dismissed
Show dismissed
Hide dismissed
....Integration.Tests_L4/Tests_L4/FragmentDataExchange/OnlinerFragmentDataExchangeTests_Base.cs
Dismissed
Show dismissed
Hide dismissed
....Integration.Tests_L4/Tests_L4/FragmentDataExchange/OnlinerFragmentDataExchangeTests_Base.cs
Dismissed
Show dismissed
Hide dismissed
....Integration.Tests_L4/Tests_L4/FragmentDataExchange/OnlinerFragmentDataExchangeTests_Base.cs
Dismissed
Show dismissed
Hide dismissed
Brano5
approved these changes
Mar 19, 2026
TomKovac
approved these changes
Mar 20, 2026
due to operon
TomKovac
approved these changes
Mar 21, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This pull request introduces several UI improvements and project structure updates, mainly focusing on enhancing dropdown interactions, adding new test and styling projects to the solution, and updating package dependencies. The most significant changes are summarized below:
UI/UX Improvements:
LoginDisplay.razorandVisualComposerContainer.razorto use the asynchronousToggleAsyncmethod for better UI responsiveness. [1] [2]DataExchangeView.razorto improve filtering, sorting, and advanced query options. This includes new dropdowns for sorting/filtering, advanced filter toggles, and distributed query controls, along with improved button styling. [1] [2]Solution and Project Structure:
axopen_data_distributed_tests_l4,axopen.data.distributed.tests_l4) and a new styling project (AXOpen.Operon.Blazor) to the solution filedata.sln, including appropriate folder structure and build configurations. [1] [2] [3] [4] [5] [6] [7] [8]Dependency Updates:
Inxton.Operonpackage version from0.3.0-alpha.114to0.3.0-alpha.138inDirectory.Packages.props.Code Cleanliness:
@usingstatements in several.razorfiles to tidy up the codebase. [1] [2] [3]These changes collectively improve the maintainability, usability, and scalability of the project.